listHolidays {timeDate} | R Documentation |
Returns a list of holidays.
listHolidays(pattern = ".*")
pattern |
a pattern character string as required by the |
Returns a character vector containing the names of supported holidays
matching pattern
. The default is to return all holidays.
a character vector
## listHolidays -
# All Holidays:
listHolidays()
# Local Swiss Holidays:
listHolidays("CH")