sbtab_from_ods: A parser for .ods files with SBtab document structure

View source: R/sbtab_utilities.R

sbtab_from_odsR Documentation

A parser for .ods files with SBtab document structure

Description

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.

Usage

sbtab_from_ods(ods.file, verbose = TRUE)

Arguments

ods.file

a string (file's name)

Details

The SBtab content is not interpreted in any way.

Value

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

Examples

model.sbtab<-sbtab_from_ods('model.ods')

a-kramer/SBtabVFGEN documentation built on Nov. 14, 2024, 8:41 p.m.