Q. How do you filter rows where a specific variable is not equal to a given value using filter() in dplyr?
β
Correct Answer: (A)
filter(variable != value)
You must be Logged in to update hint/solution