Q16
What does the group_by() function do in dplyr?
A.
Groups the data frame by a specified column
AnswerB.
Creates a new variable based on existing ones
C.
Orders the rows based on a specific column
D.
Filters unique rows based on specified columns
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board