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

plot_timeline(df, time)

Arguments

df

data.frame

time

A column name in data.frame

Value

A chart plotting the counts of tweets versus hours.

Examples

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