Vidyalelo
R Programming · Q16

Data Manipulation with dplyr

Programming · R Programming · question 16

Q16

What does the group_by() function do in dplyr?

A.
Groups the data frame by a specified column
Answer
B.
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