plot_timeline: Plot timeline analysis

Description Usage Arguments Value Examples

View source: R/tweetr.R

Description

Analysis what time of day the tweets occurs and plot the counts of tweets versus hours.

Usage

1

Arguments

df

data.frame

time

A column name in data.frame

Value

A chart plotting the counts of tweets versus hours.

Examples

1
2
tweet_data <- tweetr::brunomars_tweet
plot_timeline(tweet_data, time)

UBC-MDS/tweetr documentation built on March 21, 2021, 7:14 p.m.