calcValidPriceIndex: calcValidPriceIndex

View source: R/calcValidPriceIndex.R

calcValidPriceIndexR Documentation

calcValidPriceIndex

Description

provides global producer price index from FAO

Usage

calcValidPriceIndex(
  datasource = "FAO",
  value = "real",
  baseyear = "y2005",
  round = TRUE
)

Arguments

datasource

Options of the source of data: FAO.

value

real and nominal

baseyear

Baseyear for normalizing of price index.

round

Rounding of price index to intiger numbers. Default TRUE.

Value

List with a magpie object with global nominal and real price index.

Author(s)

Mishko Stevanovic

See Also

readProdPrIndex

Examples


## Not run:  a <- calcOutput("ValidPriceIndex", value="real", aggregate=FALSE)



pik-piam/mrvalidation documentation built on April 26, 2024, 12:12 a.m.