R/generate_word_cloud.R
create_wordcloud.Rd
Create a wordcloud of a users tweets.
create_wordcloud(df)
A dataframe with all the words in the tweets and how often they appear.
A wordcloud of a users tweets.
if (FALSE) { create_wordcloud(df2) }