
Check whether the AFP geography matches those of the population dataset
check_afp_geographies.RdIn rare cases, the GUIDs assigned for a case may be incorrect. For example, it may have a GUID that is incorrect for a specific year. This function checks each AFP record for such instances.
Examples
if (FALSE) { # \dontrun{
raw_data <- get_all_polio_data(attach.spatial.data = FALSE)
check_afp <- check_afp_geographies(raw_data$afp, raw_data$ctry.pop, "ctry")
} # }