Returns data containing the frequency of tweets over a specified interval of time.
ts_data(data, by = "days", trim = 0L, tz = "UTC")
Data frame with time, n, and grouping column if applicable.
Data frame or grouped data frame.
Desired interval of time expressed as numeral plus one of "secs", "mins", "hours", "days", "weeks", "months", or "years". If a numeric is provided, the value is assumed to be in seconds.
Number of observations to trim off the front and end of each time series
Time zone to be used, defaults to "UTC" (Twitter default)
rtweet-deprecated