powered by
This function retrieves administrative subdivisions (e.g., states, provinces) for a specified country from the OpenHolidays API.
oh_subdivisions(country, language = "EN")
A data frame of subdivisions.
Country ISO code (e.g., "DE" for Germany).
Language code (default: "EN").
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true") oh_subdivisions(country = "DE") }
Run the code above in your browser using DataLab