"removeWords"(x, words)
"removeWords"(x, ...)
words
.getTransformations
to list available transformation (mapping)
functions. remove_stopwords
provided by package tau.
data("crude")
crude[[1]]
removeWords(crude[[1]], stopwords("english"))
Run the code above in your browser using DataLab