loadSimulationWithUpdatedPaths
Source:R/utilities-simulation-set.R
      loadSimulationWithUpdatedPaths.RdloadSimulationWithUpdatedPaths
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 theSimulationobject will be retrieved from cache. IfFALSE, a newSimulationobject 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.