11.
In dplyr, how do you calculate the mean of a numeric variable named score for each group using summarize()?

16.
What does the group_by() function do in dplyr?

17.
In dplyr, how do you select columns based on a partial name using the select() function?

20.
In dplyr, how do you calculate the total count of observations in each group using summarize()?

Read More Section(Data Manipulation with dplyr)

Each Section contains maximum 100 MCQs question on Data Manipulation with dplyr. To get more questions visit other sections.