ts_data | R Documentation |
Returns data containing the frequency of tweets over a specified interval of time.
ts_data(data, by = "days", trim = 0L, tz = "UTC")
data |
Data frame or grouped data frame. |
by |
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. |
trim |
Number of observations to trim off the front and end of each time series |
tz |
Time zone to be used, defaults to "UTC" (Twitter default) |
Data frame with time, n, and grouping column if applicable.
rtweet-deprecated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.