getObservedDataIdFromPath: getObservedDataIdFromPath

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

getObservedDataIdFromPathR Documentation

getObservedDataIdFromPath

Description

Get an observed dataset id from a configuration plan quantity path

Usage

getObservedDataIdFromPath(path)

Arguments

path

A quantity path from the configuration plan For instance, "S2|Organism|PeripheralVenousBlood|Midazolam|Plasma (Peripheral Venous Blood)" or "Midazolam 600mg SD|ObservedData|Peripheral Venous Blood|Plasma|Rifampin|Conc"

Value

A string corresponding to the 'id' of a configuration plan observed dataset

Examples

## Not run: 
getObservedDataIdFromPath("S2|Organism|PeripheralVenousBlood|Midazolam|Plasma")
# > NULL
getObservedDataIdFromPath("Midazolam 600mg SD|ObservedData|Plasma|Rifampin|Conc")
# > "Midazolam 600mg SD"

## End(Not run)

Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on May 1, 2024, 12:27 p.m.