How is the case_when() function used in dplyr?
A. To create a switch case statement in a column
B. To filter rows based on multiple conditions
C. To select specific columns from a data frame
D. To perform case-sensitive matching in a column
Answer: Option A

Join The Discussion