In dplyr, what is the purpose of the distinct() function when used with multiple columns?
A. Filters unique rows based on all specified columns
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
Join The Discussion