rmv.vars: subsets data.frame according to header names

Description Usage Arguments Value Author(s) See Also

Description

subsets data according to header names. Excludes all matches to var.name

Usage

1
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 data

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 wtr columns removed, or wtr_0 specifically)

Value

An object of class data.frame

Author(s)

Luke A. Winslow

See Also

has.vars get.vars


clairervh/LakeMetabolizer documentation built on May 12, 2019, 2:05 p.m.