Usage
checkDataset(name, reqcol = NULL, slim = FALSE, slimcol = NULL,
string = NULL, stringcol = NULL, env = parent.frame(), parent = NULL,
debug = FALSE)
Arguments
name
character name of data.frame.
reqcol
character vector with required column names.
slim
logical TRUE to check if 'slim' data.
slimcol
character column name to check if 'slim' data.
string
character vector with invalid strings in 'stringcol', return FALSE if found.
stringcol
character column name to check for 'string'.
env
environment where to look for the data frame.
debug
logical indicating printing debug information.