Q. How do you extract the first row of a data frame named my_data in R?
β
Correct Answer: (A)
my_data[1, ]
You must be Logged in to update hint/solution