Look up a country's WHO region
Usage
get_WHO_region(this.country)
Arguments
- this.country
name of the input country (a string)
Value
Name of the corresponding WHO region
Examples
get_WHO_region("Germany")
#> [1] "europe"
get_WHO_region("China")
#> [1] "western_pacific"