rmv.vars {LakeMetabolizer} | R Documentation |
subsets data.frame according to header names
Description
subsets data
according to header names. Excludes all matches to var.name
Usage
rmv.vars(data, var.name, ignore.missing=TRUE, ignore.offset=FALSE)
Arguments
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 |
Value
An object of class data.frame
Author(s)
Luke A. Winslow
See Also
[Package LakeMetabolizer version 1.5.5 Index]