scatter_ts_interactive | R Documentation |
Interactive timeline of tweets indicating time of tweet, author, type (tweet, retweet, quote, reply), and rate of tweets (posts per second) - posts per second is calculated as moving average over 10 tweets. Posts per second are calculated separately for content tweets (tweets, quotes and replies) and copy tweets (retweets)
scatter_ts_interactive(df, title = "", print_immediately = TRUE)
df |
Required. A dataframe or tibble created with rtweet |
title |
Chart title (in quotes) |
print_immediately |
Force the function to print the plot immediately. Default is TRUE, set to FALSE to assign the object (an HTML widget) |
df1 <- rtweet::searchtweets("micky mouse", n= 100) scatter_ts_interactive (df1, title = "100 Micky Mouse tweets")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.