Description Usage Arguments Examples
View source: R/make_wordcloud.R
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
1 | make_wordcloud(information, stops = "", n = Inf)
|
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. |
1 | make_wordcloud(trump_tweets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.