Closed gabrielodom closed 3 years ago
There was a line of code at the top of the function (drug_stop_names <- NULL
), which was most likely included to turn off a "no visible bindings" issue in the package check. We fixed this via "DOPE::"drug_stop_names".
Consider the following example:
The
parse()
function will erroneously return"bunch"
as a word of interest even though it is included indrug_stop_words
.