checkDrugSynonym: Check for drug synonyms

Description Usage Arguments Value Examples

View source: R/checkDrugSynonym.R

Description

Given an input of drug synonyms, check if those drugs are approved and find a proper more used synonym

Usage

1
checkDrugSynonym(drugVector)

Arguments

drugVector

A string vector of undefined length, with Drug names

Value

A dataframe containing: the input drug name, if it is approved or not, drughelper ID and a proper-more used synonym.

Examples

1
checkDrugSynonym(c("Procaine", "Furazosin", "Embelin"))

drughelper documentation built on July 7, 2021, 1:06 a.m.