Description Usage Arguments Value Examples
View source: R/CleverStopwords.r
This function returns a comprehensive list of English stopwords that allows adding more customized words.
1 | CleverStopwords(words)
|
words |
A list of strings that needs to be included in the stopwords. |
stopwords_all A list of strings that includes the complete set of stopwords.
1 2 | words <- list("would", "aaa")
CleverStopwords(words)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.