InterviewSolution
Saved Bookmarks
| 1. |
_________ extract a subset of rows from a data frame based on logical conditions.(a) rename(b) filter(c) set(d) subsetThis question was addressed to me in exam.Question is taken from Data Wrangling in division Profiling, Simulation and Data Analysis of R Programming |
|
Answer» The correct CHOICE is (a) RENAME |
|