Holidays: Find Polish holidays

Description Usage Arguments Value Examples

View source: R/holidays.R

Description

Returns vector of all Polish holidays and weekends between (and including) th given dates

Usage

1
Holidays(date_start, date_end = date_start, include_weekends = TRUE)

Arguments

date_start

beginning of the period, Date or object coercible to date

date_end

end of the period, Date or object coercible to date

include_weekends

logical, whether or not weekends should be included

Value

vector of dates with holidays and weekends

Examples

1
2
Holidays("2018-03-28", "2018-04-03")
Holidays("2018-01-01", "2018-12-31", include_weekends = FALSE)

bartekch/bchUtilities documentation built on May 7, 2019, 10:56 a.m.