View source: R/helper.functions.R
rmv.vars | R Documentation |
subsets data
according to header names. Excludes all matches to var.name
rmv.vars(data, var.name, ignore.missing=TRUE, ignore.offset=FALSE)
data |
Object of class data.frame |
var.name |
A character vector of names to remove from |
ignore.missing |
Boolean, should an error be thrown if no matching data found |
ignore.offset |
Should the numerical offset be ignored in the match, (e.g. all |
An object of class data.frame
Luke A. Winslow
has.vars get.vars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.