lookup_country: Lookup official Country name

View source: R/clean.R

lookup_countryR Documentation

Lookup official Country name

Description

Lookup official Country name

Usage

lookup_country(country, language = "en")

Arguments

country

country name

language

language to use for lookup

Value

cleaned country name

Examples

{
 cntry <- "Cote d'Ivoire"

 name <- lookup_country(cntry)

 name
}


USAID-OHA-SI/glamr documentation built on July 6, 2024, 6:39 a.m.