Skip to content

reports production growth rate

Usage

reportProductionGrowth(gdx, detail = FALSE)

Arguments

gdx

GDX file

detail

if true, provides results for all commodities, otherwhise aggregates some groups

Value

Production growth rates (index)

Production growth variables

NameUnitMeta
Production|Production Growth RateIndexProduction volume index relative to base year
Production|Production Growth Rate|+|Crop productsIndexCrop production growth index
Production|Production Growth Rate|+|Livestock productsIndexLivestock production growth index

Author

Xiaoxi Wang

Examples


  if (FALSE) { # \dontrun{
    x <- reportProductionGrowth(gdx="fulldata.gdx",detail=TRUE)
  } # }