Learn R Programming

LakeMetabolizer (version 1.5.5)

var.indx: finds matching column names in data.frame

Description

returns index of column matches for data according to header names matches with var.names.

Usage

var.indx(data, var.name)

Value

a boolean vector with same length as var.names

Arguments

data

Object of class data.frame

var.name

A character vector of names to find matches with data

Author

Luke A. Winslow

See Also

has.vars get.vars rmv.vars