Learn R Programming

r2dii.data (version 0.2.0)

iso_codes: Countries and codes

Description

This dataset maps countries to codes.

For information about the ISO standard for country codes see https://www.iso.org/iso-3166-country-codes.html.

Usage

iso_codes

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 286 rows and 2 columns.

Definitions

  • country (character): Country name.

  • country_iso (character): Corresponding ISO code.

See Also

data_dictionary

Other iso codes: region_isos_demo, region_isos

Examples

Run this code
# NOT RUN {
head(iso_codes)
# }

Run the code above in your browser using DataLab