Learn R Programming

sugrrants (version 0.1.3)

au_holiday: Australia public holidays

Description

Australia public holidays

Usage

au_holiday(year, state = "VIC")

Arguments

year

A vector of integer(s) indicating year(s)

state

A state in Australia. The abbreviation of the states in the upper letter cases is required. Currently supports "VIC" (i.e. Victoria) only.

Value

A data frame consisting of holiday labels and their associated dates in the year(s).

Details

AFL public holidays are not reported for the Victoria state.

References

Victoria public holidays

Examples

Run this code
# NOT RUN {
au_holiday(2016, state = "VIC")
au_holiday(2013:2016, state = "VIC")

# }

Run the code above in your browser using DataLab