Vidyalelo
R Programming · Q33

Data Manipulation with dplyr

Programming · R Programming · question 33

Q33

What is the purpose of the filter() function in dplyr?

A.
Removes rows based on specified conditions
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board