View source: R/convertICP2017.R
convertICP2017 | R Documentation |
converts data of World Bank ICP round, downloaded from here: https://databank.worldbank.org/source/icp-2017 mainly a currency conversion to MER2017. Assume that in the original dataset, 2011 values are in 2011MER and 2017 in 2017MER, given the ICP rounds
convertICP2017(x, subtype = "per_cap_expMER")
x |
MAgPIE object containing original values |
subtype |
data subtype needed. Either "priceLevel", or "per_cap_exp" |
magpie object of relative price levels (world = 100) or per capita expenditure (USD17 MER)
David M Chen
## Not run:
a <- convertSource("ICP2017", "per_cap_exp")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.