Vidyalelo
R Programming · Q10

Data Manipulation with dplyr

Programming · R Programming · question 10

Q10

What is the role of the summarize() function in dplyr?

A.
Applies a summary function to each group
Answer
B.
Filters rows based on a condition
C.
Selects specific columns from a data frame
D.
Sorts the data frame in ascending order

Answer: Option A

Solution

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