check.vars {monobinShiny} | R Documentation |
Check for categorical variables when importing the data
check.vars(tbl)
tbl |
Imported data frame. |
Returns a character vector which describes variables type of imported data frame.
if (interactive()) {
check.msg <- check.vars(tbl = rv$db)
}