Skip to contents

Loads data (typically observed data) from a PKML file and creates a DataSet from it. The pkml files are typically exported from PK-Sim or MoBi.

Usage

loadDataSetFromPKML(filePath)

Arguments

filePath

Full path of pkml file containing the observed data to load

Examples

filePath <- system.file("extdata", "obs_data.pkml", package = "ospsuite")

obsData <- loadDataSetFromPKML(filePath)