Skip to contents

Load SBML model

Usage

load_sbml(sbml_file)

Arguments

sbml_file

File path of the SBML file.

Value

An object of class sbmlModel.

Examples

file <- system.file("extdata/", "simple_oral.sbml", package = "sbmlpbk")
model <- load_sbml(file)