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
http://www.business.vic.gov.au/victorian-public-holidays-and-daylight-saving/victorian-public-holidays
# NOT RUN { au_holiday(2016, state = "VIC") au_holiday(2013:2016, state = "VIC") # }
Run the code above in your browser using DataLab