checkColnames {cTRAP} | R Documentation |
test_names
are columns in the data.frame
Check whether test_names
are columns in the data.frame
checkColnames(test_names, df, throw_error = TRUE)
test_names |
a vector of column names to test |
df |
the |
throw_error |
boolean indicating whether to throw an error if
any |
boolean indicating whether or not all test_names
are
columns of df