gisco_countrycode | R Documentation |
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.
A data frame object with 249 rows and 13 variables:
Eurostat code of each country.
ISO 3166-1 alpha-2 code of each country.
ISO 3166-1 alpha-3 code of each country.
ISO English short name.
English short name as provided by the Unicode Common Locale Data Repository.
As provided by the World Bank.
Numeric region code UN (M49).
Region name UN (M49).
Numeric intermediate Region.
Intermediate Region name UN (M49).
Numeric sub-region code UN (M49).
Sub-Region name UN (M49).
Logical indicating if the country belongs to the European Union.
countrycode::codelist v1.2.0.
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
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.