Learn R Programming

saotd (version 0.3.1)

unigram: 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)

Value

A tibble.

Arguments

DataFrame

Data Frame of Twitter Data.

Examples

Run this code
if (FALSE) {
library(saotd)
data <- raw_tweets
TD_Unigram <- unigram(DataFrame = data)
TD_Unigram
}             

Run the code above in your browser using DataLab