var.indx {LakeMetabolizer} | R Documentation |
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)
Arguments
data |
Object of class data.frame |
var.name |
A character vector of names to find matches with |
Value
a boolean vector with same length as var.names
Author(s)
Luke A. Winslow
See Also
[Package LakeMetabolizer version 1.5.5 Index]