Skip to content

reports employment in crop+livestock production from MAgPIE results

Usage

reportAgEmployment(gdx, type = "absolute", detail = FALSE, level = "regglo")

Arguments

gdx

GDX file

type

"absolute" for total number of people employed, "share" for share out of working age population

detail

if TRUE, employment is disaggregated to crop and livestock production, if FALSE only aggregated employment is reported

level

spatial aggregation: "reg", "glo", "regglo", "iso"

Value

agricultural employment as MAgPIE object

Agricultural employment variables

NameUnitMeta
Labor|Employment|Agricultural employmentmio peopleTotal agricultural employment
Labor|Employment|Agricultural employment|+|Crop productsmio peopleEmployment in crop production
Labor|Employment|Agricultural employment|+|Livestock productsmio peopleEmployment in livestock production
Labor|Employment|Share of working age population employed in agriculture%Agricultural employment as share of working age population

Author

Debbora Leip

Examples


  if (FALSE) { # \dontrun{
    x <- reportAgEmployment(gdx)
  } # }