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"

Try the DOPE package in your browser

Any scripts or data that you put into this service are public.

DOPE documentation built on June 19, 2021, 1:06 a.m.