Q42
In dplyr, what is the purpose of the transmute() function?
A.
Creates a new data frame with only the specified columns
AnswerB.
Transforms the data frame structure
C.
Mutates the data frame based on conditions
D.
Transposes the data frame
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board