Skip to contents

[Experimental]

Gets the country abbreviation from the AFP dataset.

Usage

get_ctry_abbrev(afp_data)

Arguments

afp_data

tibble AFP dataset

Value

tibble A tibble with the country, abbreviation, and WHO region

Examples

if (FALSE) { # \dontrun{
raw_data <- get_all_polio_data(attach.spatial.data = FALSE)
ctry_abbrev <- get_ctry_abbrev(raw_data$afp)
} # }