in Education by
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 This question was addressed to me in semester exam. Asked question is from dplyr topic in section R – Data Storage, Formats, Objects and Operations of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct option is (c) mute() function, which does the same thing as mutate() but then drops all non-transformed variables Easy explanation: The rename() function is designed to make this process easier.

Related questions

0 votes
    Point out the wrong statement? (a) When you call unserialize() on an R object, the output will be a ... Operations of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) The dplyr package was developed by Hadley Wickham of RStudio (b) The ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) theme_minimal is minimalistic theme with no background annotations (b) ... R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) Windows versions of R have other optional help system also (b) The help ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) The order of the packages on the search list does not matter (b) R ... Debugging of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) The primary task of debugging any R code is correctly diagnosing what the ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) One nice feature that R shares with many popular open source projects is ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) is.rel reports whether x is a theme object (b) is.theme reports ... Analysis of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the WRONG statement? (a) Early versions of the S language contain functions for statistical modeling (b ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) R is a language for data analysis and graphics (b) K is language for ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) Key feature of R was that its syntax is very similar to S (b) R ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) mean_se is used to calculate mean and standard errors on either side (b ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) Dynamic scoping turns out to be particularly useful for simplifying statistical ... R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the wrong statement? (a) Setting up a workstation to take full advantage of the customizable features ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) by.total first subtracts out time spent in functions above the current ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
...