over.time: See the FREQUENCY OF TWEETS OVER TIME

over.timeR Documentation

See the FREQUENCY OF TWEETS OVER TIME

Description

See the FREQUENCY OF TWEETS OVER TIME

Usage

over.time(df, timeframe = "months")

Arguments

df

A dataset containing a column named 'created_at'

timeframe

This could be months (default), years, or days.

Value

Ggplot object

Examples

tweets <- Rtwitter::tw
over.time(tweets, timeframe="months")


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