R/data_import_funs.R
get_WHO_region.Rd
Look up a country's WHO region
get_WHO_region(this.country)
name of the input country (a string)
Name of the corresponding WHO region
get_WHO_region("Germany") #> [1] "europe" get_WHO_region("China") #> [1] "western_pacific"