ISO 3166-1 country codes with full country names.
Format
A data frame with 249 rows and 13 variables:
- name
country name
- alpha_2
ISO alpha-2 code
- alpha_3
ISO alpha-3 code
- country_code
numeric code
- iso_3166_2
ISO 3166-2 subdivision code
- is_independent
is the country independent
- region_code
UN region code
- region_name
UN region name
- subregion_code
UN subregion code
- subregion_name
UN subregion name
- intermediate_region_code
UN intermediate region code
- intermediate_region_name
UN intermediate region name
- m49_code
UN M49 code
Examples
isocountry
#> # A tibble: 7 × 13
#> name alpha_2 alpha_3 country_code iso_3166_2 is_independent region_code
#> <chr> <chr> <chr> <chr> <chr> <lgl> <int>
#> 1 AFGHANISTAN "Afgha… Yes[6] ".mw-parser… Under the… FALSE NA
#> 2 CHINA "China… Yes[7] "Zhongguo (… Disputed … FALSE NA
#> 3 CYPRUS "Cypru… Yes[8] "Kýpros (el… Disputed … FALSE NA
#> 4 FALKLAND I… "Falkl… No[9] "Falkland I… Disputed … FALSE NA
#> 5 PALESTINE,… "Pales… No[10] "Dawlat Fil… Disputed … FALSE NA
#> 6 TAIWAN, P… "Taiwa… No[11] "Taiwan (zh… Disputed … FALSE NA
#> 7 WESTERN SA… "Weste… No[12] "Aş Şaḩrā' … Disputed … FALSE NA
#> # ℹ 6 more variables: region_name <chr>, subregion_code <int>,
#> # subregion_name <chr>, intermediate_region_code <int>,
#> # intermediate_region_name <chr>, m49_code <int>