Skip to contents

Runs a set of QA checks. This function dispatches the call in a data set specific function using the type and subtype of the data set. The checks are in source files named validate-xxx.R depending on the data source.

Usage

validate_data(rawData, ...)

Arguments

rawData
...

not used / passed to the validation function specific to the type of data.

Value

the same input with a new data_quality_failures attribute containing issues.