
Extract country specific information from raw polio data
extract_country_data.RdFilters country specific data from the CDC generated raw.data object from get_all_polio_data().
Arguments
- .country
strA string or a vector of strings containing country name(s) of interest. Case insensitive.- .raw.data
listOutput ofget_all_polio_data().
Examples
if (FALSE) { # \dontrun{
raw.data <- get_all_polio_data(attach.spatial.data = FALSE)
ctry.data <- extract_country_data(c("nigeria", "eritrea"), raw.data)
} # }