channel_time_period {YTAnalytics} | R Documentation |
Channel Time Period Views
Description
Returns channel views by day or month.
Usage
channel_time_period(
period = "day",
endDate = as.character(format(Sys.Date(), "%Y-%m-01")),
...
)
Arguments
period |
Required. Time period to breakdown data by. Supported values are
|
endDate |
Required. String. Data returned up until the last day specified,
so for monthly period the end date must end with a day of |
... |
Addt. arguments passed to |
Value
data.frame
Examples
## Not run:
channel_time_period()
## End(Not run)
[Package YTAnalytics version 0.1.0 Index]