In dplyr, what is the purpose of the transmute() function?
A. Creates a new data frame with only the specified columns
B. Transforms the data frame structure
C. Mutates the data frame based on conditions
D. Transposes the data frame
Answer: Option A
Join The Discussion