over.time | R Documentation |
See the FREQUENCY OF TWEETS OVER TIME
over.time(df, timeframe = "months")
df |
A dataset containing a column named 'created_at' |
timeframe |
This could be months (default), years, or days. |
Ggplot object
tweets <- Rtwitter::tw over.time(tweets, timeframe="months")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.