Description Usage Arguments Value Examples
View source: R/getWordFrequency.R
Calculate the word frequency (as a percentage of total words) for the given text (i.e. email)
1 | getWordFrequency(text, words)
|
text |
Text where the word frequency will be calculated from |
words |
Vector of words that will be included in the result |
Vector of the word frequency (i.e. same length as the 'words' param)
1 | getWordFrequency("This is my text", c("this", "your"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.