getSpecies returns species information as a data frame.

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

Arguments

key

Optionally, a character vector specifying which species to get.

raw_expressions

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

model

A model object.

Value

Species and associated information, as data frame.

Details

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