Skip to contents

Read-in GDP per-capita data from the publication James, Spencer L., Paul Gubbins, Christopher JL Murray, and Emmanuela Gakidou. 2012. "Developing a Comprehensive Time Series of GDP per Capita for 210 Countries from 1950 to 2015." Population Health Metrics 10 (1): 12. doi:10.1186/1478-7954-10-12. from a .csv file to a magclass object

Usage

readJames2019(subtype)

convertJames2019(x, subtype)

Arguments

subtype

String indicating the data series

x

MAgPIE object returned by readJames2019

Value

GDP per capita in USD05 in PPP or MER as magpie object

Details

2019 dataset from personal communication w/ B Bodirsky

Functions

  • convertJames2019(): convert function

Examples

if (FALSE) {
readSource("James2019", subtype = "IHME_USD05_PPP_pc")
}