Run and save scenarios
runAndSaveScenarios.RdThis function simulates a list of scenarios and saves the results. If results already exist for a scenario, it will overwrite them based on the provided options.
Arguments
- projectConfiguration
Configuration for the project, containing paths and settings necessary to run the simulations and save the results.
- scenarioList
Named list of Scenario objects to be simulated.
- simulationRunOptions
Object of type `SimulationRunOptions` that will be passed to simulation runs. If `NULL`, default options are used.
- ...
Additional arguments passed to `esqlabsR::saveScenarioResults`.
See also
Other scenario management:
calculatePKParameterForScenarios(),
createScenarios.wrapped(),
loadPKParameter(),
loadScenarioResultsToFramework(),
runOrLoadScenarios()