R/noslang_raw.R

#' Drug terms from https://www.noslang.com/drugs/dictionary
#'
#' A dataset containing a record for a drug rleated term and it's description.  This contains both drug names and other things like drug amounts.
#'
#' @docType data
#'
#' @usage data(noslang_raw)
#'
#' @format A tibble with 3172 rows and 2 variables:
#' \describe{
#'   \item{street_name}{Slang term}
#'   \item{description}{Text description of drug term}
#'   }
#'
#' @source \href{https://www.noslang.com/drugs/dictionary}{www.noslang.com}
"noslang_raw"
CTN-0094/DOPE documentation built on June 11, 2025, 11:54 a.m.