View source: R/utilities-data-set.R
loadDataSetFromPKML | R Documentation |
DataSet
from it.
The pkml files are typically exported from PK-Sim or MoBi.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.
loadDataSetFromPKML(filePath)
filePath |
Full path of pkml file containing the observed data to load |
filePath <- system.file("extdata", "obs_data.pkml", package = "ospsuite")
obsData <- loadDataSetFromPKML(filePath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.