Description Usage Arguments Value
Returns a stemmed and source matched frequency table
1 | freqForWordCloud(txt)
|
txt |
a character or character vector to be stemmed and aggregated |
mergekeep |
a character vector of words to force merge into specific groups |
mergereplace |
a character vector of destinations for the force-merged words |
bestkeep |
a character vector of identified best sources to force to a new name |
bestreplace |
a character vector of new names to send the specified sources |
A dataframe with the following fields:
stem |
Each stem in the provided text |
freq |
The number of appearances of each stem |
sources |
Every word that appeared in the input that was stemmed to this stem |
best.source |
The source word with the greatest pre-stemming frequency |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.