Point out the wrong statement?
A. Renaming a variable in a data frame in R is surprisingly hard to do
B. The mutate() function exists to compute transformations of variables in a data frame
C. mute() function, which does the same thing as mutate() but then drops all non-transformed variables
D. The data frame is a key data structure in statistics and in R
Answer: Option C

Join The Discussion