1.

_________ extract a subset of rows from a dataframe based on logical conditions.(a) rename(b) filter(c) set(d) subsetI had been asked this question during an online exam.My question comes from dplyr topic in chapter R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Correct CHOICE is (a) rename

For explanation I would SAY: rename is USED to rename variables in a DATAFRAME.



Discussion

No Comment Found

Related InterviewSolutions