View source: R/preferredBatchCode.R
getCompoundName | R Documentation |
Takes a batch code and splits it on the last batch separator, as defined in
racas::applicationSettings$server.service.external.preferred.batchid.separator
getCompoundName will return everything except the last section, while
getBatchName will return everything after the last separator. So "CMPD-000001-01A"
is split into "CMPD-000001" and "01A" when the separator is "-"
getCompoundName(batchCode)
getBatchNumber(batchCode)
batchCode |
vector of batch codes |
character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.