Returns a vector of holiday dates (Gregorian calendar)
Usage
HolidaysDate(year_holiday)
Arguments
- year_holiday
is year example "2022" like character
Value
string vector of date
Examples
HolidaysDate(2022)
#> [1] "2022-01-01" "2022-01-06" "2022-04-25" "2022-05-01" "2022-06-02"
#> [6] "2022-08-15" "2022-11-01" "2022-04-17" "2022-04-18"