Q31
In dplyr, what is the purpose of the distinct() function when used with multiple columns?
A.
Filters unique rows based on all specified columns
AnswerB.
Selects distinct values from the first column
C.
Selects distinct values from any column
D.
Filters unique rows based on the first column
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board