lookup_country | R Documentation |
Lookup official Country name
lookup_country(country, language = "en")
country |
country name |
language |
language to use for lookup |
cleaned country name
{
cntry <- "Cote d'Ivoire"
name <- lookup_country(cntry)
name
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.