fixed_week_day: Title

View source: R/calendars.R

fixed_week_dayR Documentation

Title

Description

Title

Usage

fixed_week_day(month, week, dayofweek, weight = 1, validity = NULL)

Arguments

month

Month of the holiday

week

Position of the specified week day in the month (3 = third of the month... ). Should be always lower than 5. -1 for the last of the month

dayofweek

Day of week 1 for Monday, 7 for Sunday

validity

Examples

day<-fixed_week_day(7, 2, 3) # second Tuesday of July
day


palatej/rjd3modelling documentation built on Jan. 3, 2023, 10:19 p.m.