powered by
Returns the list of holidays.
listHolidays(pattern = ".*")
a pattern character string as required by the grep function.
grep
returns a list of holidays as a character vector.
# NOT RUN { ## listHolidays - # All Holidays: listHolidays() # Local Swiss Holidays: listHolidays("CH") # }
Run the code above in your browser using DataLab