CheckCols {beezdemand}R Documentation

Check Column Names

Description

Checks to ensure column names are specified

Usage

CheckCols(dat, xcol, ycol, idcol, groupcol = NULL)

Arguments

dat

Dataframe

xcol

Name of x column

ycol

Name of y column

idcol

Name of id column

groupcol

Name of group column

Details

Check column names

Value

Dataframe

Author(s)

Brent Kaplan <bkaplan.ku@gmail.com>


[Package beezdemand version 0.1.2 Index]