| Title: | ISO 3166-1 Country Codes | 
| Version: | 0.5.0 | 
| Description: | ISO 3166-1 country codes and ISO 4217 currency codes provided by the International Organization for Standardization. | 
| License: | MIT + file LICENSE | 
| URL: | https://m-muecke.github.io/isocountry/, https://github.com/m-muecke/isocountry | 
| BugReports: | https://github.com/m-muecke/isocountry/issues | 
| Depends: | R (≥ 3.5) | 
| Imports: | tibble | 
| Suggests: | dplyr | 
| Encoding: | UTF-8 | 
| LazyData: | true | 
| RoxygenNote: | 7.3.2 | 
| NeedsCompilation: | no | 
| Packaged: | 2025-07-11 18:33:43 UTC; mmuecke | 
| Author: | Maximilian Mücke  | 
| Maintainer: | Maximilian Mücke <muecke.maximilian@gmail.com> | 
| Repository: | CRAN | 
| Date/Publication: | 2025-07-11 18:50:02 UTC | 
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
-  
https://en.wikipedia.org/wiki/Member_state_of_the_European_Union
 -  
https://en.wikipedia.org/wiki/Economic_and_Monetary_Union_of_the_European_Union
 
Examples
isocountry
ISO currency codes
Description
ISO 4217 currency codes with full country names.
Usage
isocurrency
Format
A data frame with 261 rows and 6 variables:
- currency_name
 ISO currency name
- currency_code
 ISO currency code
- currency_number
 ISO currency number
- country_name
 ISO country name
- country_code
 ISO alpha-2 country code
- country_number
 ISO country number
Source
https://www.iban.com/currency-codes
Examples
isocurrency