powered by
Australia public holidays
au_holiday(year, state = "VIC")
A vector of integer(s) indicating year(s)
A state in Australia. The abbreviation of the states in the upper letter cases is required. Currently supports "VIC" (i.e. Victoria) only.
A data frame consisting of holiday labels and their associated dates in the year(s).
holiday
AFL public holidays are not reported for the Victoria state.
Victoria public holidays
# NOT RUN { au_holiday(2016, state = "VIC") au_holiday(2013:2016, state = "VIC") # }
Run the code above in your browser using DataLab