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

The EXPLANATION: ONE important contribution of the dplyr package is that it provides a “grammar” for data MANIPULATION and for operating on data FRAMES.



Discussion

No Comment Found

Related InterviewSolutions