View source: R/reportAgEmployment.R
reportAgEmployment | R Documentation |
reports employment in crop+livestock production from MAgPIE results
reportAgEmployment(
gdx,
type = "absolute",
detail = FALSE,
level = "regglo",
dir = "."
)
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" |
dir |
for gridded outputs: magpie output directory which contains a mapping file (rds) for disaggregation |
agricultural employment as MAgPIE object
Debbora Leip
## Not run:
x <- reportAgEmployment(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.