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) arrange
This 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