top.hashtags | R Documentation |
This function lets you to view the top hashtags.
top.hashtags(df, k = 20)
df |
A dataset containing a column named text |
n |
Number of hashtags you want to see |
Table
tweets <- Rtwitter::tw top.hashtags(tweets, k=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.