InterviewSolution
Saved Bookmarks
| 1. |
Which of the following return a subset of the columns of a data frame?(a) select(b) retrieve(c) get(d) setThis question was addressed to me in quiz.My question is based upon dplyr in portion R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct option is (a) select |
|