countryCode | R Documentation |
The names and ISO-3 and ISO-2 codes for countries, based on the UN codes, for use in the construction of datasets.
countryCode
An object of class data.frame
data(countryCode) ISO3 <- 'ZMB' idx <- countryCode[,2] == ISO3 # what's "ZMB" full name? print(countryCode[idx,1]) View(countryCode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.