Description Usage Arguments Value Examples
View source: R/checkDrugSynonym.R
Given an input of drug synonyms, check if those drugs are approved and find a proper more used synonym
1 | checkDrugSynonym(drugVector)
|
drugVector |
A string vector of undefined length, with Drug names |
A dataframe containing: the input drug name, if it is approved or not, drughelper ID and a proper-more used synonym.
1 | checkDrugSynonym(c("Procaine", "Furazosin", "Embelin"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.