hashtagcloud | R Documentation |
This function creates a wordcloud (defaults to 200 terms) from terms in the "hashtags" column of an rtweet tibble of tweets
hashtagcloud(rtweet_timeline_df, num_words = 200)
rtweet_timeline_df |
A dataframe/tibble of tweets created by rtweet package through twitter API call. |
num_words |
Maximum number of highest frequency terms to use in wordcloud, defaults to 200. |
df <- rtweet::get_timelines("jack", n=3200) hashtagcloud(df, num_words = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.