Retrieve a single container by path under the given container
Source:R/utilities-container.R
getContainer.Rd
Retrieve a single container by path under the given container
Value
The Container
with the given path. If the container for the path
does not exist, an error is thrown if stopIfNotFound
is TRUE (default),
otherwise NULL
See also
loadSimulation()
and getContainer()
to create objects of type Container or Simulation
Examples
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
container <- getContainer("Organism|Liver", sim)