R/rbms_toolbox.r
check_names.Rd
check_names Verify for the required column names in the data object.
check_names(x, y)
Data object in which the variables names are verified.
Variable names to be verified.
Verifyies if column names listed in y
are found in the data set x
, if not, a message identifies the
missing column name and stops.
This function is not case sensitive, but it does not accept different names or spelling.