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"

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.