Learn R Programming

saotd (version 0.2.0)

bigram: Twitter Bi-Grams

Description

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

Usage

bigram(DataFrame)

Arguments

DataFrame

DataFrame of Twitter Data.

Value

A tribble.

Examples

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

Run the code above in your browser using DataLab