Description Usage Arguments Details Value
View source: R/extractModelResults.RepObjs.R
Function to extract (and optionally write to csv) model results from TCSAM2015 and rsimTCSAM report objects.
1 2 3 |
tcsams |
- single TCSAM2015 model report object, or named list of such |
rsims |
- single rsimTCSAM results object, or named list of such |
path |
- path to object to extract |
cast.formula |
- casting formula for aggregation, or NULL for no aggregation |
label.value |
- label for value column in output dataframe/csv |
csv |
- csv file to write to (can be NULL) |
verbose |
- flag (T/F) to print debug info |
If csv is NULL, then no file is written, but the created dataframe is still
returned. Uses reshape2::dcast
to aggregate using the casting formula.
A dataframe, written to csv if csv was not NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.