InterviewSolution
Saved Bookmarks
| 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 |
|