R/check_functions.R
dot-stop_uncatalogued_column.Rd
.stop_uncatalogued_column
returns an error condition of class
"uncatalogued_column".
catalogued in the extdata/template.csv file. This function shold be used
within the .checkColumnValues
function.
.stop_uncatalogued_column(col, dat_name = NULL, ...)
Character string indicating the column name.
Character string inticating the dataset name.
Any other argument useful to identify the source of the error and/or how to fix it.
Error condition. Object of class: "uncatalogued_column", "error", "condition".
.stop_custom
;
.stop_invalid_column_values
;
.stop_uncatalogued_column
;
.checkColumnValues
Other custom stop functions:
.stop_custom()
,
.stop_invalid_column_values()
,
.stop_required_columns_misplaced()
,
.stop_required_columns_missing()
,
.stop_required_missing_row_value()