Skip to contents

Load a MoBi module from pkml.

Usage

loadModuleFromPKML(path)

Arguments

path

Path to the pkml file with a module export

Value

A MoBiModule object

Examples

filePath <- system.file("extdata", "Thyroid.pkml", package = "ospsuite")
module <- loadModuleFromPKML(filePath)