Stops if data frame frm does not contain all columns of which the names are given in reqCols.
Usage
checkForMissingColumns(
frm,
reqCols,
do.stop = TRUE,
dataFrameName = deparse(substitute(frm))
)
Stops if data frame frm does not contain all columns of which the names are given in reqCols.
checkForMissingColumns(
frm,
reqCols,
do.stop = TRUE,
dataFrameName = deparse(substitute(frm))
)