alma_seq | R Documentation |
alma_seq()
generates a sequence of all dates between from
and to
,
skipping any events defined by the rschedule
.
alma_seq(from, to, rschedule, inclusive = TRUE)
from, to |
Dates defining the range to look for events. |
rschedule |
An rschedule, such as an rrule, runion, rintersect, or rsetdiff. |
inclusive |
If |
A vector of dates in the range of [from, to]
, with all events in the
rschedule
removed.
on_weekends <- weekly() %>% recur_on_weekends()
# Generate a sequence of all non-weekend dates in Jan-2000
alma_seq("2000-01-01", "2000-01-31", on_weekends)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.