Is the value defined by an explicit formula
Source:R/utilities-quantity.R
isExplicitFormulaByPath.RdIs the value defined by an explicit formula
Value
TRUE if the value is an explicit formula, FALSE otherwise.
Also returns FALSE if no quantity with the given path is found and
stopInfNotFound is set to FALSE.
Examples
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
isExplicitFormulaByPath("Organism|Liver|Volume", sim) # FALSE
#> [1] FALSE