Learn R Programming

r2dii.data (version 0.2.0)

region_isos_demo: A dataset outlining various region definitions

Description

This dataset maps codes representing countries to regions. It is similar to but smaller than region_isos.

Demo datasets are synthetic because most financial data is strictly private; they help to demonstrate and test the implementation in R of 'PACTA' (https://2degrees-investing.org/resource/pacta/).

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

Usage

region_isos_demo

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 358 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

Other iso codes: iso_codes, region_isos

Other demo datasets: ald_demo, co2_intensity_scenario_demo, loanbook_demo, overwrite_demo, scenario_demo_2020

Examples

Run this code
# NOT RUN {
region_isos_demo
# }

Run the code above in your browser using DataLab