Q. In dplyr, what does the mutate() function do? (A) Filters rows based on a condition (B) Creates a new variable based on existing ones (C) Mutates the data frame structure (D) Applies a function to each element of a vector ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Creates a new variable based on existing ones