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

View source: R/helper.functions.R

var.indxR 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 data

Value

a boolean vector with same length as var.names

Author(s)

Luke A. Winslow

See Also

has.vars get.vars rmv.vars


GLEON/LakeMetabolizer documentation built on Nov. 23, 2022, 6:16 a.m.