unigram | R Documentation |
Determines and displays the text Uni-Grams within the Twitter data in sequence from the most used to the least used. A Uni-Gram is a single word.
unigram(DataFrame)
DataFrame |
Data Frame of Twitter Data. |
A tibble.
## Not run:
library(saotd)
data <- raw_tweets
TD_Unigram <- unigram(DataFrame = data)
TD_Unigram
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.