good_friday: Functions to calculate the dates of shifting holidays.

View source: R/good_friday.R

good_fridayR Documentation

Functions to calculate the dates of shifting holidays.

Description

Functions to calculate the dates of shifting holidays.

Usage

good_friday(year = lubridate::year(lubridate::now()))

easter_sunday(year = lubridate::year(lubridate::now()))

easter_monday(year = lubridate::year(lubridate::now()))

Arguments

year

Years to calculate dates for.

Value

POSIXct vector.

Examples


# Calculate some holiday dates
good_friday()
easter_sunday()
easter_monday()


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.