getGlobalQuantities
returns global quantities as a data frame.
getGlobalQuantities(
key = NULL,
raw_expressions = FALSE,
model = getCurrentModel()
)
Optionally, a character vector specifying which global quantities to get.
Whether expressions should be raw (not converted to readable format), as flag.
A model object.
Global quantities and associated information, as data frame.
The online article on managing model entities provides some further context.
getGlobalQuantityReferences
setGlobalQuantities
Other global quantity functions:
deleteGlobalQuantity()
,
entity_finders
,
getGlobalQuantityReferences()
,
newGlobalQuantity()
,
setGlobalQuantities()