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)
DataFrame of Twitter Data.
A tribble.
# NOT RUN { library(saotd) data <- raw_tweets TD_Unigram <- unigram(DataFrame = data) TD_Unigram # }
Run the code above in your browser using DataLab