Skip to contents

Read-in GDP or PPP2MER ratio data xlsx file from OECD as magclass object

Usage

readOECD(subtype)

convertOECD(x, subtype)

Arguments

subtype

data subtype. Either "gdp" or "ratioPM"

x

MAgPIE object returned from readOECD

Value

magpie object of the GDP data

Examples

if (FALSE) {
readSource("OECD", "gdp")
readSource("OECD", "ratioPM")
}