This function is used to check if the provided column names are existed in the dataset.
Value
`TRUE` if the provided column names are existed in the dataset based on the `strict` argument.
Otherwise list of column names that are not existed in the dataset or a stop message if `stop_message` is TRUE.
See also
Other checks function:
check_duplicate_records()
,
check_is_logical()
,
check_value_match()
,
detect_decimal_value()
,
detect_numeric_value()
,
is_datadict_tbl()