var.indx {LakeMetabolizer} | R Documentation |
returns index of column matches for data
according to header names matches with var.names
.
var.indx(data, var.name)
data |
Object of class data.frame |
var.name |
A character vector of names to find matches with |
a boolean vector with same length as var.names
Luke A. Winslow