tokenFreq: tokenFreq

Description Usage Arguments Value Examples

View source: R/dataFunctions.R

Description

Displays the most common words/pair/triplesof words.

Usage

1
tokenFreq(tweetDataFrameTokenized)

Arguments

tweetDataFrameTokenized

Dataframe object containing word tokens from tweets (Output of tokenizeTweets())

Value

Displays the most frequent words used within Tweet data.

Examples

1
mostCommonTokens <- tokenFreq(tweetDataFrameTokenized)

jakubk28/TwitterDMTools documentation built on June 25, 2021, 4:12 p.m.