keepCols | R Documentation |
Function to keep columns from a dataframe
keepCols(tbl, cols, debug = FALSE)
tbl |
|
cols |
|
debug |
|
Creates a dataframe containing the specified subset of columns of input dataframe "tbl" by keeping only columns matching the specified names.
a dataframe with columns to be kept, or NULL if no column names matched.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.