View source: R/check_ISO_code.R
check_ISO_code | R Documentation |
Checks if the country code entered is a valid country code that data exists for
check_ISO_code(iso)
iso |
The 3 letter country code based on ISO3 Country abbreviations (http://unstats.un.org/unsd/methods/m49/m49alpha.htm) |
TRUE if a valid code, otherwise an error is returned
## Not run:
check_ISO_code("USA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.