Description Usage Arguments Value Author(s) See Also Examples
View source: R/removeColumns.R
Deletes one or more columns and also deletes their description. If the cohort object is a data.table, it is updated by reference, if a flat file data frame the modified object is returned.
1 2 | removeVariables(x, colnames)
removeColumns(x, colnames)
|
x |
a |
colnames |
a character vector of the column names to delete |
Returns the modified ffdf or data.table, invisibly.
Anoop Shah
cohort
, subset.cohort
, modifyDescription
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.