gisco_countrycode {giscoR} | R Documentation |
Data frame with different country code schemes and world regions
Description
A data frame containing conversions between different country code schemes (Eurostat/ISO2 and 3) as well as geographic regions as provided by the World Bank and the UN (M49). This data set is extracted from countrycode package.
Format
A data frame object with 249 rows and 13 variables:
- ISO3_CODE
Eurostat code of each country.
- CNTR_CODE
ISO 3166-1 alpha-2 code of each country.
- iso2c
ISO 3166-1 alpha-3 code of each country.
- iso.name.en
ISO English short name.
- cldr.short.en
English short name as provided by the Unicode Common Locale Data Repository.
- continent
As provided by the World Bank.
- un.region.code
Numeric region code UN (M49).
- un.region.name
Region name UN (M49).
- un.regionintermediate.code
Numeric intermediate Region.
- un.regionintermediate.name
Intermediate Region name UN (M49).
- un.regionsub.code
Numeric sub-region code UN (M49).
- un.regionsub.name
Sub-Region name UN (M49).
- eu
Logical indicating if the country belongs to the European Union.
Source
countrycode::codelist v1.2.0.
See Also
gisco_get_countries()
and countrycode::codelist, included in
countrycode.
See also the Unicode Common Locale Data Repository.
Other dataset:
gisco_coastallines
,
gisco_countries
,
gisco_db
,
gisco_nuts
Examples
data("gisco_countrycode")
dplyr::glimpse(gisco_countrycode)