View source: R/sbtab_utilities.R
sbtab_from_ods | R Documentation |
This uses the readODS package to read the file. SBtab sheets are themselves tables dedicated to a specific type of model property: Reaction, Compound, Parameter, etc.
sbtab_from_ods(ods.file, verbose = TRUE)
ods.file |
a string (file's name) |
The SBtab content is not interpreted in any way.
SBtab a list of tables (data.frames), one per ods sheet SBtab[['TableName']] retrives a data.frame comment(SBtab) is the name of the document
model.sbtab<-sbtab_from_ods('model.ods')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.