Description Usage See Also Examples
View source: R/data-in-reference.R
Dataset to bridge from country to all existing bench regions it is in
1 |
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()
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")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.