Description Usage Arguments Value Examples
Check if all ctryCodes are valid
1 | allValidCtryCodes(ctryCodes)
|
ctryCodes |
the ISO3 country codes to validate |
TRUE/FALSE
1 2 3 4 | Rnightlights:::allValidCtryCodes(c("BDI", "ETH", "KEN", "RWA", "TZA", "UGA")) #returns TRUE
#returns FALSE. "United Arab Emirates" ISO3 code = "ARE"
Rnightlights:::allValidCtryCodes(c("UGA", "UAE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.