Learn R Programming

ctrdata (version 1.15.2)

ctrFindActiveSubstanceSynonyms: Find synonyms of an active substance

Description

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.

Usage

ctrFindActiveSubstanceSynonyms(activesubstance = "")

Value

A character vector of the active substance (input parameter) and synonyms, or NULL if active substance was not found and may be invalid

Arguments

activesubstance

An active substance, in an atomic character vector

Examples

Run this code
if (FALSE) {

ctrFindActiveSubstanceSynonyms(activesubstance = "imatinib")
# [1] "imatinib" "gleevec" "sti 571" "glivec" "CGP 57148" "st1571"

}

Run the code above in your browser using DataLab