View source: R/utilities-configuration-plan.R
getCompoundNameFromPath | R Documentation |
Get the compound name from a configuration plan quantity path
getCompoundNameFromPath(path)
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" |
A string corresponding to the compound name of a configuration plan quantity path
## Not run:
getCompoundNameFromPath("S2|Organism|PeripheralVenousBlood|Midazolam|Plasma")
# > "Midazolam"
getCompoundNameFromPath("Midazolam SD|ObservedData|Peripheral Venous Blood|Plasma|Rifampin|Conc")
# > "Rifampin"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.