view.randomly: View Some Random Tweets

view.randomlyR Documentation

View Some Random Tweets

Description

This function lets you to view a random number of tweets in a nice format.

Usage

view.randomly(df, n = 3)

Arguments

df

A tweet dataset with a column named text and another column named user_name

n

Number of tweets you want to see

Value

Table

Examples

tweets <- Rtwitter::tw
view.randomly(tweets, n=5)


selimyaman/Rtwitter documentation built on April 2, 2022, 1:22 a.m.