Skip to contents

Get Harmonized Data

Usage

calcHarmonizedData(driver, scenario, pastData, futureData, harmonization, ...)

Arguments

driver

A string designating the driver. Available drivers are:

  • GDP

  • Population

  • GDPpc

  • Labour

  • Urban

scenario

A string (or vector of strings) designating the scenario(s) to be returned. Use toolGetScenarioDefinition() to learn what scenarios are available.

pastData

A string passed to the calc'Driver'Past function, e.g. calcGDPPast() or calcPopulationPast().

futureData

A string passed to the calc'Driver'Future function, e.g. calcGDPFuture() or calcPopulationFuture().

harmonization

A string designating the harmonization function.

...

Arguments passed on to harmonization functions

Value

magpie object with the requested output data either on country or on regional level depending on the choice of argument "aggregate" or a list of information if supplementary is set to TRUE.

See also