Q7
In dplyr, what does the mutate() function do?
A.
Filters rows based on a condition
B.
Creates a new variable based on existing ones
AnswerC.
Mutates the data frame structure
D.
Applies a function to each element of a vector
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board