Q. In dplyr, what is the purpose of the distinct() function when used with multiple columns?
β
Correct Answer: (A)
Filters unique rows based on all specified columns
You must be Logged in to update hint/solution