batch_issue_checks: Batch check of predefined data quality conditions

Description Usage Arguments Value Author(s) References

View source: R/batch_quality_check.R

Description

The following function checks for the presence of invalid combinations of variables within the supplied data and produced and editable output that can be used for data quality review.

Usage

1
batch_issue_checks(df, conditions, tests, meta_to_keep = c())

Arguments

df

the dataframe you wish to check for invalid combinations of variables

conditions

the set of conditions you wish to check

tests

the set of test related to each condition

meta_to_keep

a list of metadata you wish to include in the final output

Value

Standardized issues table for quality check in long format.

Author(s)

Alberto Gualtieri, alberto.gualtieri@reach-initiative.org

References

https://github.com/agualtieri/dataqualitycontrol


agualtieri/dataqualitycontrol documentation built on Aug. 22, 2019, 9:58 p.m.