make_holidays_df.Rd 492 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/make_holidays.R
  3. \name{make_holidays_df}
  4. \alias{make_holidays_df}
  5. \title{Make dataframe of holidays for given years and countries}
  6. \usage{
  7. make_holidays_df(years, country.name)
  8. }
  9. \arguments{
  10. \item{country.name}{Country name (character).}
  11. }
  12. \value{
  13. Dataframe with 'ds' and 'holiday', which can directly feed
  14. to 'holidays' params in Prophet
  15. }
  16. \description{
  17. Make dataframe of holidays for given years and countries
  18. }