getISO3 | R Documentation |
Retrieve ISO3-code of country
getISO3(countryname, name = FALSE)
countryname |
Character string (required): Full name of the country |
name |
Logical (optional): If TRUE, returns full name and alternative names of returned country (may be useful to double-check that it is the correct country) |
Character string with ISO3 code. Will also return full name if name=TRUE.
getISO3("Afghanistan")
getISO3("Congo",name=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.