View source: R/utilities-data-combined.R
createDataCombinedFromExcel | R Documentation |
Generate DataCombined objects as defined in excel file
createDataCombinedFromExcel(
file,
sheet = NULL,
dataCombinedNames = NULL,
simulatedScenarios = NULL,
observedData = NULL,
stopIfNotFound = TRUE
)
file |
Full path of excel file |
sheet |
Name of sheet to use - if |
dataCombinedNames |
Names of the DataCombined objects that will be created.
If |
simulatedScenarios |
A list of simulated scenarios as returned by |
observedData |
A list of |
stopIfNotFound |
If TRUE (default), the function stops if any of the simulated results or observed data are not found. If FALSE a warning is printed. |
A list of DataCombined
objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.