Vidyalelo
R Programming · Q21

Data Manipulation with dplyr

Programming · R Programming · question 21

Q21

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

A.
Retains the grouping of the data frame
B.
Removes the grouping of the data frame
Answer
C.
Unpacks nested data frames
D.
Reorders the rows based on a specific column

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board