hashtagcloud: Hashtag wordcloud for rtweet package

hashtagcloudR Documentation

Hashtag wordcloud for rtweet package

Description

This function creates a wordcloud (defaults to 200 terms) from terms in the "hashtags" column of an rtweet tibble of tweets

Usage

hashtagcloud(rtweet_timeline_df, num_words = 200)

Arguments

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.

Examples

df <- rtweet::get_timelines("jack", n=3200)
hashtagcloud(df, num_words = 100)

Arf9999/rtweetXtras documentation built on June 27, 2022, 5:10 a.m.