country_codes: List of country names and ISO codes

country_codesR Documentation

List of country names and ISO codes

Description

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

Usage

country_codes

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

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

manubio13/rangemap documentation built on May 9, 2022, 6:27 a.m.