Learn R Programming

rangemap (version 0.1.18)

country_codes: List of country names and ISO codes

Description

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

Usage

country_codes

Arguments

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.

Examples

Run this code
# NOT RUN {
data("country_codes", package = "rangemap")
head(country_codes)
# }

Run the code above in your browser using DataLab