#' Drug slang from https://www.noslang.com/drugs/dictionary
#'
#' A dataset containing a record for a drug slang term and it's description.
#'
#' @docType data
#'
#' @usage data(noslang_street_names)
#'
#' @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_street_names"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.