Description Usage Arguments Value Author(s) References
View source: R/batch_quality_check.R
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.
1 | batch_issue_checks(df, conditions, tests, meta_to_keep = c())
|
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 |
Standardized issues table for quality check in long format.
Alberto Gualtieri, alberto.gualtieri@reach-initiative.org
https://github.com/agualtieri/dataqualitycontrol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.