Description Usage Arguments Value Examples
View source: R/dataFunctions.R
Displays the most common words/pair/triplesof words.
1 | tokenFreq(tweetDataFrameTokenized)
|
tweetDataFrameTokenized |
Dataframe object containing word tokens from tweets (Output of tokenizeTweets()) |
Displays the most frequent words used within Tweet data.
1 | mostCommonTokens <- tokenFreq(tweetDataFrameTokenized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.