Point Out The Wrong Statement #327
Point out the wrong statement?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 R - Data Storage, Formats, Objects and Operations - Introduction to dplyr - Quiz No.2.
Point out the wrong statement?
Renaming a variable in a data frame in R is surprisingly hard to do
The mutate() function exists to compute transformations of variables in a data frame
mute() function, which does the same thing as mutate() but then drops all non-transformed variables
The data frame is a key data structure in statistics and in R