View source: R/utilities-population.R
loadAgingDataFromCSV | R Documentation |
Loads aging data (typically generated from PK-Sim) i
loadAgingDataFromCSV(filePath)
filePath |
Full path containing an aging data table. |
csvPath <- system.file("extdata", "aging_data.csv", package = "ospsuite")
agingData <- loadAgingDataFromCSV(csvPath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.