InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement?(a) The data frame is a key data structure in statistics and in R(b) R has an internal implementation of data frames that is likely the one you will use most often(c) There are packages on CRAN that implement data frames via things like relational databases that allow you to operate on very very large data frames(d) All of the mentionedThe question was posed to me in an interview.I need to ask this question from dplyr in section R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» Right option is (d) All of the mentioned |
|