| gisco_countrycode | R Documentation |
A tibble 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 Standard). This database has been extracted from the countrycode package.
A data frame object with 249 rows and 13 variables:
ISO3_CODEEurostat code of each country.
CNTR_CODEISO 3166-1 alpha-2 code of each country.
iso2cISO 3166-1 alpha-3 code of each country.
iso.name.enISO English short name.
cldr.short.enEnglish short name as provided by the Unicode Common Locale Data Repository.
continentAs provided by the World Bank.
un.region.codeNumeric region code UN (M49).
un.region.nameRegion name UN (M49).
un.regionintermediate.codeNumeric intermediate Region.
un.regionintermediate.nameIntermediate Region name UN (M49).
un.regionsub.codeNumeric sub-region code UN (M49).
un.regionsub.nameSub-Region name UN (M49).
euLogical indicating if the country belongs to the European Union.
Regions are defined as per the geographic regions defined by the UN (see https://unstats.un.org/unsd/methodology/m49/. Under this scheme Cyprus is assigned to Asia.
countrycode::codelist v1.6.1.
gisco_get_countries(), countrycode::codelist.
See also the Unicode Common Locale Data Repository.
Other datasets:
gisco_coastal_lines,
gisco_countries_2024,
gisco_db,
gisco_nuts_2024
data("gisco_countrycode")
dplyr::glimpse(gisco_countrycode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.