.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, ...)

Arguments

col

Character string indicating the column name.

dat_name

Character string inticating the dataset name.

...

Any other argument useful to identify the source of the error and/or how to fix it.

Value

Error condition. Object of class: "uncatalogued_column", "error", "condition".