wrangle_data | R Documentation |
Wrangle the df and keep only the interested variables (unquoted) and output should have same type as of df.
wrangle_data(df, ...)
df |
A data frame that needs to be wrangle |
... |
unquoted variables names to select data |
A data frame that contains only those variables specified
wrangle_data(mtcars, mpg) wrangle_data(mtcars, mpg, disp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.