Vidyalelo
R Programming · Q40

Data Manipulation with dplyr

Programming · R Programming · question 40

Q40

What does the desc() function do in dplyr?

A.
Sorts a column in descending order
Answer
B.
Describes the summary statistics of a column
C.
Discretizes a numeric column
D.
Disassembles a string column

Answer: Option A

Solution

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