countryCode: Table with ISO-3 (ISO 3166-1 alpha-3)

countryCodeR Documentation

Table with ISO-3 (ISO 3166-1 alpha-3)

Description

The names and ISO-3 and ISO-2 codes for countries, based on the UN codes, for use in the construction of datasets.

Usage

countryCode

Format

An object of class data.frame

Source

Link

Examples

data(countryCode)
ISO3 <- 'ZMB'
idx <- countryCode[,2] == ISO3
# what's "ZMB" full name?
print(countryCode[idx,1])
View(countryCode)

benjaminpeeters/BePe documentation built on July 7, 2022, 5:45 p.m.