G Gopal Sharma • 38.32K Points Coach Bookmark Embed Report View In MB-Short Q. How is a data frame created in R? (A) df <- c(1, 2, 3) (B) data.frame(x = 1:3, y = c('A', 'B', 'C')) (C) createDataFrame(1, 2, 3) (D) matrix(1:3, nrow = 1, ncol = 3) Correct Answer - Option(B) Views: 42 Filed under category R Programming Share
Discusssion
Login to discuss.