R/tweetr.R
plot_timeline.Rd
Analysis what time of day the tweets occurs and plot the counts of tweets versus hours.
plot_timeline(df, time)
data.frame
A column name in data.frame
A chart plotting the counts of tweets versus hours.
tweet_data <- tweetr::brunomars_tweet plot_timeline(tweet_data, time)