InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement?(a) The dplyr package was developed by Hadley Wickham of RStudio(b) The dplyr package is an optimized and distilled version of his plyr package(c) The dplyr package provides any “new” functionality to R(d) The dplyr package does not provide any “new” functionality to RThe question was asked in a national level competition.My query is from dplyr topic in section R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» RIGHT option is (C) The dplyr package provides any “NEW” functionality to R Best EXPLANATION: The dplyr package does not provide any “new” functionality to R. |
|