ctrFindActiveSubstanceSynonyms {ctrdata} | R Documentation |
An active substance can be identified by a recommended international nonproprietary name (INN), a trade or product name, or a company code(s). Retrieves the names of substance which are searched for by "CTGOV" when querying for a given active substance.
ctrFindActiveSubstanceSynonyms(activesubstance = "")
activesubstance |
An active substance, in an atomic character vector |
A character vector of the active substance (input parameter) and synonyms, or NULL if active substance was not found and may be invalid
## Not run:
ctrFindActiveSubstanceSynonyms(activesubstance = "imatinib")
# [1] "imatinib" "gleevec" "sti 571" "glivec" "CGP 57148" "st1571"
## End(Not run)