R/prediction.R
split_dates.Rd
Split a date range into subranges of equal length as a list.
split_dates(dates, n)
character(2). date to query. "YYYY-MM-DD" format.
"YYYY-MM-DD"
integer(1). Number of dates in each subrange.
a list object, with date ranges split into subranges.