loadDataSetFromPKML: Loads data (typically observed data) from a PKML file and...

View source: R/utilities-data-set.R

loadDataSetFromPKMLR Documentation

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.

Description

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)

Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.