select | R Documentation |
Shorthand equivalent to subset(df, select=columnNames)
, however
it additionally preserves attributes on the columns and the data frame
select(df, columnNames)
df |
the data frame |
columnNames |
the names of the columns to make up the new data frame |
the new data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.