isocountry {isocountry}R Documentation

Country names with ISO country codes

Description

ISO 3166-1 country codes with full country names, UN regional classifications, OECD membership status, EU membership status, Economic and Monetary Union (EMU) membership status, and European Economic Area (EEA) membership status.

Usage

isocountry

Format

A data frame with 249 rows and 17 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

oecd_member

is the country an OECD member

eu_member

is the country an EU member

emu_member

is the country an EMU member

eea_member

is the country an EEA member

Source

Examples

isocountry

[Package isocountry version 0.5.0 Index]