Vidyalelo
R Programming · Q7

Data Manipulation with dplyr

Programming · R Programming · question 7

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
Answer
C.
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