View source: R/generateOutputList.R
| genOutputList | R Documentation | 
This function pulls data generated by recoverySim from a given
directory and binds it into a list. Each first order list element consists
of a single scenario (i.e. one OM and one MP). The second order list
elements depend on whether CU-specific, aggregate, or aggregate time series
data are extracted.
genOutputList(
  dirName,
  subDirName = NULL,
  selectedCUs = NULL,
  agg = TRUE,
  aggTS = FALSE
)
| dirName | A character vector representing the directory to pull data from. | 
| subDirName | An optional character vector used to specify a single
subdirectory within  | 
| selectedCUs | An optional character vector of CU names used to subset
output data if CU-specific data are being pulled (i.e.  | 
| agg | A logical stating whether aggregate ( | 
| aggTS | A logical stating whether aggregate summary performance metric
data ( | 
Returns a list of output data of length equal to the number of unique scenarios within a directory.
TO BE COMPLETED
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.