Perform CC-HIC Data Quality Evaluation
perform_evaluation( connection = NULL, output_folder = NULL, translate_site = NULL, test_comparisons = NULL, verbose = TRUE, .debug = FALSE )
output_folder | character vector length 1 for the file path name for
plots to be stored. If left as |
---|---|
translate_site | a lookup table to translate site names on export in a
consistent way. The table requires two columns: |
test_comparisons | a lookup table with the following columns:
The default behaviour is to evaluate the comparisons found in the
|
verbose | logical flag to print progress to the console |
.debug | logical flag to use internal test data |
database | a database object returned by |
TRUE if completes without errors
Performs a full data quality evaluation for CC-HIC. This wraps all
other functions in inspectEHR
as necessary to evaluate the whole CC-HIC
database in one easy sweep. This can take some time so please grab a
coffee!