Skip to contents

Outputs the name of the region which a country belongs to.

Usage

get_region(country_name = Sys.getenv("DR_COUNTRY"))

Arguments

country_name

str Name of the country.

Value

str A string, either "EMRO" or "AFRO".

Examples

if (FALSE) { # \dontrun{
get_region("algeria")
} # }