Vidyalelo
R Programming · Q3

Data Manipulation with dplyr

Programming · R Programming · question 3

Q3

In dplyr, what does the arrange() function do?

A.
Sorts the data frame in ascending order
B.
Arranges the columns in a specified order
C.
Orders the rows based on a specific column
Answer
D.
Sorts the data frame in descending order

Answer: Option C

Solution

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