Learn R Programming

saotd (version 0.2.0)

trigram: Twitter Tri-Grams

Description

Determines and displays the text Tri-Grams within the Twitter data in sequence from the most used to the least used. A Tri-Gram is a combination of three consecutive words.

Usage

trigram(DataFrame)

Arguments

DataFrame

DataFrame of Twitter Data.

Value

A tribble.

Examples

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

Run the code above in your browser using DataLab