View source: R/sbtab_utilities.R
sbtab_from_excel | R Documentation |
This function uses the readxl package to read the file. SBtab sheets are themselves tables dedicated to a specific type of model property: Reaction, Compound, Parameter, etc. The first column will be used as the row.names. The second row will be used as column names, the first row is used to determine the document-name and table-name.
sbtab_from_excel(excel.file = dir(pattern = "[.]xlsx?$")[1])
excel.file |
a string (file's name) |
SBtab a list of tables (data.frames), one per ods sheet SBtab[['TableName']] is a data.frame, comment(SBtab) is the name of the document
model.sbtab<-sbtab_from_excel('model.xlsx')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.