21.
What is the purpose of the ungroup() function in dplyr?

23.
In dplyr, what does the slice() function do?

24.
What does the rename_all() function do in dplyr?

25.
How do you calculate the median of a numeric variable named price for each group in dplyr?

26.
In dplyr, how do you select columns that match a specific pattern using the select() function?

28.
In dplyr, how do you calculate the cumulative sum of a variable named sales within each group?

29.
How is the case_when() function used in dplyr?

30.
In dplyr, what does the slice_sample() function do?

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.