Skip to contents

Create a wordcloud of a users tweets.

Usage

create_wordcloud(df)

Arguments

df

A dataframe with all the words in the tweets and how often they appear.

Value

A wordcloud of a users tweets.

Examples

if (FALSE) {
  create_wordcloud(df2)
}