country_codes: List of country names and ISO codes

Description Usage Format Source Examples

Description

A dataset containing codes for identifying countries according to ISO norms.

Usage

1

Format

A data frame with 247 rows and 4 columns.

Country_or_Area_Name

character, names.

ISO_ALPHA.2_Code

character, country code.

ISO_ALPHA.3_Code

character, country code.

ISO_Numeric_Code_UN_M49_Numerical_Code

numeric, country numeric codes.

Source

https://www.nationsonline.org/oneworld/country_code_list.htm

Examples

1
2
data("country_codes", package = "rangemap")
head(country_codes)

rangemap documentation built on Sept. 5, 2021, 5:17 p.m.