
Check data quality errors from the country data
ctry_data_errors.RdPerforms a check for different errors in the AFP linelist and population files. It also alerts the users for GUIDs that have changed.
Usage
ctry_data_errors(ctry.data, error_path = Sys.getenv("DR_ERROR_PATH"))Arguments
- ctry.data
listLarge list containing polio country data. This is the output ofextract_country_data()orinit_dr().- error_path
strPath where to store checks inctry.data.
Examples
if (FALSE) { # \dontrun{
ctry.data <- init_dr("algeria")
ctry_data_errors(ctry.data)
} # }