Skip to content

reports trade growth rate

Usage

reportTradeGrowth(gdx, detail = FALSE)

Arguments

gdx

GDX file

detail

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

Value

Trade growth rates (index)

Trade growth variables

NameUnitMeta
Trade|Trade Growth RateIndexTrade volume index relative to base year
Trade|Trade Growth Rate|+|Crop productsIndexCrop trade growth index
Trade|Trade Growth Rate|+|Livestock productsIndexLivestock trade growth index

Author

Xiaoxi Wang

Examples


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