R/lookup_df.R

#' A lookup table with drug class, category, and synonyms
#'
#' A dataset containing a record for each drug synonym
#' @docType data
#'
#' @usage data(lookup_df)
#'
#' @format A tibble with 4,296 rows and 3 variables:
#' \describe{
#'   \item{class}{the drug class}
#'   \item{category}{the drug category}
#'   \item{synonym}{drug synonym}
#'   }
"lookup_df"
CTN-0094/DOPE documentation built on June 11, 2025, 11:54 a.m.