Saved Bookmarks
| 1. |
Point out the correct statement?(a) You can also omit variables using the select() function by using the negative sign(b) The arrange() function also allows a special syntax that allows you to specify variable names based on patterns(c) Reordering rows of a data frame is normally easier to do in R(d) The dplyr package provides any “new” functionality to RThis question was posed to me in an online quiz.Asked question is from dplyr in portion R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct choice is (a) You can also omit variables using the SELECT() function by using the NEGATIVE sign |
|