View source: R/getReportFSECCosts.R
getReportFSECCosts | R Documentation |
Reports cost indicators for the FSEC project
getReportFSECCosts(gdx, reportOutputDir = NULL, scenario = NULL)
gdx |
a GDX file |
reportOutputDir |
a folder name for the output to be written to. If NULL the report is not saved to disk, and only returned to the calling function. |
scenario |
the name of the scenario used. If NULL the report is not saved to disk, and only returned to the calling function. |
A .csv containing the summed output of reportCostsAccounting on the region level
Michael Crawford
## Not run:
x <- getReportFSECCosts(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.