R/dea_street_names.R

#' Drug slang from DEA's DIR-020-17 Drug Slang Code Words.pdf
#'
#' A dataset containing slag provided by the DEA
#'
#' @docType data
#'
#' @usage data(dea_street_names)
#'
#' @format A tibble with 1734 rows and 3 variables:
#' \describe{
#'   \item{category}{DEA drug category}
#'   \item{brand}{Brand name of drug}
#'   \item{slang}{slang name}
#'   }
#'
"dea_street_names"

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.