on_easter_sunday: Schedule dates during Easter

View source: R/easter.R

on_easter_sundayR Documentation

Schedule dates during Easter

Description

Creates a schedule of events occuring on the various Easter holidays in the Gregorian calendar.

on_easter_weekend() creates a schedule containing the union of the other schedules.

Usage

on_easter_sunday()

on_good_friday()

on_easter_monday()

on_easter_saturday()

on_easter_weekend()

Details

The algorithm for the date of Easter is provided by the timeDate package.

Value

A schedule object.

Examples

schedule_days(on_easter_sunday(), from = 2010, to = 2020)

schedule_days(on_good_friday(), from = 2010, to = 2020)

schedule_days(on_easter_monday(), from = 2010, to = 2020)

jameslairdsmith/scheduler documentation built on July 27, 2023, 6:06 p.m.