Learn R Programming

saotd (version 0.2.0)

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)

Arguments

DataFrame

DataFrame of Twitter Data.

Value

A tribble.

Examples

Run this code
# NOT RUN {
library(saotd)
data <- raw_tweets
TD_Unigram <- unigram(DataFrame = data)
TD_Unigram
# }

Run the code above in your browser using DataLab