if (FALSE) {
# Get holidays for the year 2025
feriados_2025 <- get_argentinian_holidays(2025)
print(feriados_2025)
# Get holidays for the current year
feriados_actual <- get_argentinian_holidays()
View(feriados_actual)
}
Run the code above in your browser using DataLab