InterviewSolution
Saved Bookmarks
| 1. |
The _________ function is used to generate summary statistics from the data frame within strata defined by a variable.(a) groupby()(b) group()(c) group_by()(d) arrangeThis question was posed to me in a national level competition.The origin of the question is dplyr topic in portion R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct option is (c) group_by() |
|