lookup_syn: Make a table with the class and category for a drug name

View source: R/lookup_syn.R

lookup_synR Documentation

Make a table with the class and category for a drug name

Description

This function provides a table with drug synonyms that have the same class and category as the search term.

Usage

lookup_syn(drug_name)

Arguments

drug_name

a string of a single drug name.

Value

A lookup table with category data.frame having three columns: drug class, drug category match, and synonym name.

Examples

  lookup_syn("zip")

CTN-0094/DOPE documentation built on June 11, 2025, 11:54 a.m.