profilecloud | R Documentation |
This function creates a wordcloud (defaults to 200 terms) from terms in the "description" column of an rtweet tibble of tweets
profilecloud(rtweet_timeline_df, num_words = 200)
rtweet_timeline_df |
A dataframe/tibble of tweets or users details 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::search_tweets("#rstats", n=3200) profilecloud(df, num_words = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.