What is the purpose of the filter() function in dplyr?
A. Removes rows based on specified conditions
B. 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
Join The Discussion