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)

## End(Not run)


pik-piam/mrvalidation documentation built on Sept. 13, 2024, 1:38 a.m.