| unigram {saotd} | R Documentation | 
Twitter Uni-Grams
Description
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.
Usage
unigram(DataFrame)
Arguments
| DataFrame | Data Frame of Twitter Data. | 
Value
A tibble.
Examples
## Not run: 
library(saotd)
data <- raw_tweets
TD_Unigram <- unigram(DataFrame = data)
TD_Unigram
## End(Not run)             
[Package saotd version 0.3.1 Index]