
Assess duplicates in the get_all_polio_data() output
duplicate_check.RdChecks for duplicate records in AFP, other, SIA, and Virus datasets.
Arguments
- .raw.data
Named
listoutput ofget_all_polio_data()
Examples
if (FALSE) { # \dontrun{
raw.data <- get_all_polio_data(attach.spatial.data = FALSE)
raw.data <- duplicate_check(raw.data)
} # }