loadSimulationWithUpdatedPaths
Source:R/utilities-simulation-set.R
loadSimulationWithUpdatedPaths.Rd
loadSimulationWithUpdatedPaths
Arguments
- simulationSet
simulation set containing path to simulation file and pathIDs for quantities to be loaded into simulation object
- loadFromCache
If
TRUE
, an already loaded pkml file will not be loaded again, but theSimulation
object will be retrieved from cache. IfFALSE
, a newSimulation
object will be created. Default value isFALSE
.- addToCache
If
TRUE
, the loaded simulation is added to cache. IfFALSE
, the returned simulation only exists locally. Default isTRUE
.