sch_seq() generates all events in a schedule from from to to,
inclusive.
sch_seq(from, to, schedule)
| from, to |
Dates defining the range to look for events in the |
|---|---|
| schedule |
A schedule or event. |
#> [1] "2019-01-07" "2019-01-12" "2019-01-14" "2019-01-21" "2019-01-28"