Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: c
Explanation: The rename() function is designed to make this process easier.

Join The Discussion