Description Usage Arguments Value Examples
Provides a list of all of the words in the .txt file.
1 | word.filter(w.freq, include.sw = TRUE)
|
w.freq |
This should be the list of word frequencies (word.freq function). |
include.sw |
This is a boolean indicating whether stopwords should be included: TRUE=stopwords removed, FALSE= stopwords only |
a list of the approriate words and their frequencies
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.