View source: R/parseTweetFiles.R
mywhich | R Documentation |
Removes all words in an array that are on a given stoplist
mywhich(word.vector, stoplist)
word.vector |
An array of words to filter |
stoplist |
The stoplist to filter with |
The word array with all stopwords removed.
## Not run: text = strsplit(text, " ")
## Not run: text = lapply(text, mywhich, stoplist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.