convertICP2017: convertICP2017

View source: R/convertICP2017.R

convertICP2017R Documentation

convertICP2017

Description

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

Usage

convertICP2017(x, subtype = "per_cap_expMER")

Arguments

x

MAgPIE object containing original values

subtype

data subtype needed. Either "priceLevel", or "per_cap_exp"

Value

magpie object of relative price levels (world = 100) or per capita expenditure (USD17 MER)

Author(s)

David M Chen

Examples

## Not run: 
a <- convertSource("ICP2017", "per_cap_exp")

## End(Not run)


pik-piam/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.