View source: R/selection-filtering.R
colSelect2 | R Documentation |
Selection on a data.frame to keep the specified columns only
colSelect2(DF, IN, ...)
DF |
data.frame to filter |
IN |
names of the columns to be kept |
... |
other parameters (for base::grep) |
a filtered dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.