holiday_aus | R Documentation |
Australian national and state-based public holiday
holiday_aus(year, state = "national")
year |
A vector of integer(s) indicating year(s). |
state |
A state in Australia including "ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA", as well as "national". |
Not documented public holidays:
AFL public holidays for Victoria
Queen's Birthday for Western Australia
Royal Queensland Show for Queensland, which is for Brisbane only
This function requires "timeDate" to be installed.
A tibble consisting of holiday
labels and their associated dates
in the year(s).
holiday_aus(2016, state = "VIC")
holiday_aus(2013:2016, state = "ACT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.