checkDrugSynonym: Check for drug synonyms

View source: R/checkDrugSynonym.R

checkDrugSynonymR Documentation

Check for drug synonyms

Description

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

Usage

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


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


fcarazo/drughelper documentation built on April 4, 2022, 1:49 p.m.