getCompoundNameFromPath: getCompoundNameFromPath

View source: R/utilities-configuration-plan.R

getCompoundNameFromPathR Documentation

getCompoundNameFromPath

Description

Get the compound name from a configuration plan quantity path

Usage

getCompoundNameFromPath(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 compound name of a configuration plan quantity path

Examples

## Not run: 
getCompoundNameFromPath("S2|Organism|PeripheralVenousBlood|Midazolam|Plasma")
# > "Midazolam"
getCompoundNameFromPath("Midazolam SD|ObservedData|Peripheral Venous Blood|Plasma|Rifampin|Conc")
# > "Rifampin"

## End(Not run)

Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on April 13, 2025, 10:37 a.m.