Description Usage Arguments Value Note See Also Examples
A convenience function to find words that begin with or contain a letter chunk and returns the frequency counts of the number of occurrences of each word.
1 2 |
text.var |
The text variable. |
begins.with |
This argument takes a word chunk. Default is NULL. Use this if searching for a word beginning with the word chunk. |
contains |
This argument takes a word chunk. Default is NULL. Use this if searching for a word containing the word chunk. |
alphabetical |
logical. If True orders rows alphabetically, if false orders the rows by frequency. |
Returns a dataframe with frequency counts of words that begin with or contain the provided word chunk.
Cannot provide both begins.with
and
contains
arguments at once. If both begins.with
and contains are NULL all.words returns a frequency count
for all words.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.