View source: R/utilities-observed-data.R
getObservedDataIdFromPath | R Documentation |
Get an observed dataset id from a configuration plan quantity path
getObservedDataIdFromPath(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 id
of a configuration plan observed dataset
## Not run:
getObservedDataIdFromPath("S2|Organism|PeripheralVenousBlood|Midazolam|Plasma")
# > NULL
getObservedDataIdFromPath("Midazolam 600mg SD|ObservedData|Plasma|Rifampin|Conc")
# > "Midazolam 600mg SD"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.