Vidyalelo
R Programming · Q31

Data Manipulation with dplyr

Programming · R Programming · question 31

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
Answer
B.
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