Learn R Programming

pacta.loanbook (version 0.1.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://www.transitionmonitor.com/).

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 demo data: abcd_demo, co2_intensity_scenario_demo, loanbook_demo, market_share, overwrite_demo, scenario_demo_2020, sda

Examples

Run this code
region_isos_demo

Run the code above in your browser using DataLab