SplitDateRange: SplitDateRange
Description
Splits a gaDateRange object into N
pieces. Useful for splitting a
query into smaller chunks in order to overcome sampling.
Usage
SplitDateRange(dateRange, N = 0L)
Arguments
dateRange
the gaDateRange
object to be split
N
the number of the separate date ranges to be split into; use
0
for single days.