indicate excluded columns.
Usage
check.exclude(x, exclude, quiet = TRUE)
Arguments
- x
dataframe with columns to where the columns are supposed to be removed.
- exclude
string or vector column names to be checked if it is in the data.
- quiet
TRUE if implementation messages to be shown. Default FALSE.
Value
columns that are not in the dataframe.