powered by
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)
A tibble.
Data Frame of Twitter Data.
if (FALSE) { library(saotd) data <- raw_tweets TD_Unigram <- unigram(DataFrame = data) TD_Unigram }
Run the code above in your browser using DataLab