calendar-holidays-weekdays | R Documentation |
Returns calendar's list of holidays and weekdays
holidays(cal)
## Default S3 method:
holidays(cal)
## S3 method for class 'Calendar'
holidays(cal)
## S3 method for class 'character'
holidays(cal)
## Default S3 method:
weekdays(x, ...)
## S3 method for class 'Calendar'
weekdays(x, ...)
## S3 method for class 'character'
weekdays(x, ...)
cal |
character with calendar name or the calendar object |
x |
character with calendar name or the calendar object |
... |
unused argument (this exists to keep compliance with
|
holidays("actual")
weekdays("actual")
# empty calls return the default calendar attributes
holidays()
weekdays()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.