Learn R Programming

r2dii.data (version 0.2.0)

region_isos: A dataset outlining various region definitions

Description

This dataset maps codes representing countries to regions.

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

Usage

region_isos

Arguments

Format

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

Definitions

  • isos (character): Countries in region, defined by iso code.

  • region (character): Benchmark region name.

  • source (character): Source publication from which the regions are defined.

See Also

data_dictionary

Other iso codes: iso_codes, region_isos_demo

Examples

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

Run the code above in your browser using DataLab