rrule <- daily(since = "1970-01-01", until = "1970-01-05")
alma_events(rrule)
on_christmas <- yearly() %>%
recur_on_month_of_year("Dec") %>%
recur_on_day_of_month(25)
alma_events(on_christmas, year = c(2020, 2022))
Run the code above in your browser using DataLab