Reads statistical data about stored holidays
Usage
oh_stat_public_holidays(country, subdivision = NULL)
oh_stat_school_holidays(country, subdivision = NULL)Examples
# Statistical data about public holidays in Germany
oh_stat_public_holidays(country = "DE")
#> youngestStartDate oldestStartDate
#> 1 2030-12-26 2020-01-01
# Statistical data about school holidays in Hamburg
oh_stat_school_holidays(country = "DE", subdivision = "DE-HH")
#> youngestStartDate oldestStartDate
#> 1 2030-07-04 2019-12-20