R/drug_stop_words.R

#' A vector with drug-specific stop words in English
#'
#' These are extraneous words or characters found in several clinical data that
#' have been accumulated to form a vector that can be used to parse out drug
#' names from corpus of text.
#'
#' @docType data
#'
#' @usage data(drug_stop_words)
#'
#' @format A vector with 47 words:

"drug_stop_words"
CTN-0094/DOPE documentation built on June 11, 2025, 11:54 a.m.