bigram: Twitter Bi-Grams

View source: R/bigram.R

bigramR Documentation

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

Data Frame of Twitter Data.

Value

A tibble.

Examples

## Not run: 
library(saotd)
data <- raw_tweets
TD_Bigram <- bigram(DataFrame = data)
TD_Bigram

## End(Not run)

saotd documentation built on Sept. 4, 2023, 9:06 a.m.