Q. How is a data frame created in R?
β
Correct Answer: (B)
data.frame(x = 1:3, y = c('A', 'B', 'C'))
You must be Logged in to update hint/solution