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.
Source: R/utilities-data-set.R
loadDataSetFromPKML.Rd
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.
Examples
filePath <- system.file("extdata", "obs_data.pkml", package = "ospsuite")
obsData <- loadDataSetFromPKML(filePath)