View source: R/checkDrugSynonym.R
checkDrugSynonym | R Documentation |
Given an input of drug synonyms, check if those drugs are approved and find a proper more used synonym
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.
checkDrugSynonym(c("Procaine", "Furazosin", "Embelin"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.