Q33
What is the purpose of the filter() function in dplyr?
A.
Removes rows based on specified conditions
AnswerB.
Filters specific columns from a data frame
C.
Counts the number of unique values in a column
D.
Arranges rows in ascending order based on a column
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board