
Step 8 (all columns) - value conformance check across the dataset
Source:R/clean_dataset.R
dot-validate_all_values.RdIterates over cols, skips variables with no value: block, and calls
.validate_column_values() for the rest.
Arguments
- dt
A data.table (read-only in this step).
- config
Config object from
load_config().- cols
Character vector of column names to check.
- dataset_label
Label for warning messages.