
Raise conditions stored in a hub_validations S3 object
Source: R/check_for_errors.R
check_for_errors.RdThis is meant to be used in CI workflows to raise conditions from
hub_validations objects but can also be useful locally to summarise the
results of checks contained in a hub_validations S3 object.
Arguments
- x
A
hub_validationsobject- verbose
Logical. If
TRUE, print the results of all checks prior to raising condition and summarisinghub_validationsS3 object check results.- show_warnings
Logical. If
TRUE, print check-level warnings inline with their checks. Validation-level warnings are always printed. DefaultFALSE.