BENCH.REGIONS: Dataset to bridge from country to all existing bench regions...

Description Usage See Also Examples

View source: R/data-in-reference.R

Description

Dataset to bridge from country to all existing bench regions it is in

Usage

1

See Also

Other datasets in Reference: INDEX.REGIONS()

Other possible_snapshots: ALD.BV(), ALD.CB(), ALD.CC(), ALD.EQ(), ALD.SPV(), BALANCE.SHEET.DATA(), BicsSectorBridge(), CB_OG(), DebtMarketClimate(), DebtMarket(), EQMarket.Size(), EQ_OG(), FIN.DATA(), Fund.Data(), FundsTrusts(), GROUPS.GOVT(), INDEX.REGIONS(), Indices(), LoanMarketClimate(), LoanMarket(), PHYSICAL.RISK.CB(), PHYSICAL.RISK.EQ(), Receipts(), RevenueSplit(), SCENLong(), SCEN(), SEC.TYPE.BONDS(), SectorBridge(), TYPE.BONDS(), TYPE.EQUITY(), TYPE.OTHERS(), TYPE.RECEIPTS(), sector.bridge()

Examples

1
2
3
4
5
6
7
8
9
if (dropbox_exists()) {
  library(dplyr)

  BENCH.REGIONS()

  # The `CountryISO` of Namibia is the literal string "NA"
  BENCH.REGIONS() %>%
    filter(Country == "Namibia")
}

2DegreesInvesting/r2dii.dataraw documentation built on Nov. 2, 2021, 9:35 p.m.