listHolidays {timeDate} | R Documentation |
Returns the list of holidays.
listHolidays(pattern = ".*")
pattern |
a pattern character string as required
by the |
returns a list of holidays as a character vector.
## listHolidays -
# All Holidays:
listHolidays()
# Local Swiss Holidays:
listHolidays("CH")