getGlobalQuantities returns global quantities as a data frame.

getGlobalQuantities(
  key = NULL,
  raw_expressions = FALSE,
  model = getCurrentModel()
)

Arguments

key

Optionally, a character vector specifying which global quantities to get.

raw_expressions

Whether expressions should be raw (not converted to readable format), as flag.

model

A model object.

Value

Global quantities and associated information, as data frame.

Details

The online article on managing model entities provides some further context.