view.randomly | R Documentation |
This function lets you to view a random number of tweets in a nice format.
view.randomly(df, n = 3)
df |
A tweet dataset with a column named text and another column named user_name |
n |
Number of tweets you want to see |
Table
tweets <- Rtwitter::tw view.randomly(tweets, n=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.