rmv.vars {LakeMetabolizer} | 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