View source: R/sbtab_utilities.R
sbtab_from_tsv | R Documentation |
This function reads the files (not using any package). SBtab sheets are themselves tables dedicated to a specific type of model property: Reaction, Compound, Parameter, etc.
sbtab_from_tsv(tsv.file = dir(pattern = "[.]tsv$"), verbose = TRUE)
tsv.file |
a character vector (file names, one per sheet), defaults to all tsv files in the current directory. |
verbose |
if FALSE, nothing is printed with cat() |
The SBtab content is not interpreted in any way.
SBtab a list of tables, one per file in tsv.file list SBtab[['Reaction']] retrieves the table of reactions, a data.frame comment(SBtab) retrieves the SBtab document name
model.sbtab<-sbtab_from_tsv(dir(pattern='.*[.]tsv$'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.