make_wordcloud: TwittR Setup

Description Usage Arguments Examples

View source: R/make_wordcloud.R

Description

This function takes in the output from tweet_gettr or read_text_file and generates a word cloud from the most frequent words words can be removed by using the stops parameter

Usage

1
make_wordcloud(information, stops = "", n = Inf)

Arguments

information

List. The output from tweet_gettr or read_text_file

stops

String or vector of strings. Words to remove from the word cloud

n

Int. Max number of words to be included in wordcloud. Defaults to Inf.

Examples

1
make_wordcloud(trump_tweets)

serrat839/package documentation built on May 29, 2020, 10:54 a.m.