View source: R/sbtab_utilities.R
all.vars | R Documentation |
this function collects all varibale names in SBtab, here we use the !ID column (because the !Name column can be something that isn't a programming language kind of variable-name).
## S3 method for class 'vars'
all(tab, react = TRUE)
tab |
a list of lists with the table content |
react |
if TRUE, this function only collects the IDs of Compouds, Parameters and Expressions |
If the react flag is FALSE then really all names are collected, otherwise only those that can appear in reaction formulae and kinetic laws of reactions.
a vector of all names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.