Vidyalelo
R Programming · Q42

Data Manipulation with dplyr

Programming · R Programming · question 42

Q42

In dplyr, what is the purpose of the transmute() function?

A.
Creates a new data frame with only the specified columns
Answer
B.
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