iso_codes: Countries and codes

iso_codesR Documentation

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

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

head(iso_codes)

r2dii.data documentation built on Nov. 14, 2023, 1:09 a.m.