Apply Schema Validation, Stopping on Fatal Issues
Source:R/lib_data_loader.R
apply_schema_validation.RdRuns validate_schema() and acts on the result: fatal issues raise an
error via stop(), warning-severity issues emit a warning().
Arguments
- df_raw
The data frame to validate.
- provenance
A provenance list as returned by
load_provenance().