construct_holiday_dataframe.Rd 528 B

12345678910111213141516171819202122
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{construct_holiday_dataframe}
  4. \alias{construct_holiday_dataframe}
  5. \title{Construct a dataframe of holiday dates.}
  6. \usage{
  7. construct_holiday_dataframe(m, dates)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. \item{dates}{Vector with dates used for computing seasonality.}
  12. }
  13. \value{
  14. A dataframe of holiday dates, in holiday dataframe format used in
  15. initialization.
  16. }
  17. \description{
  18. Construct a dataframe of holiday dates.
  19. }
  20. \keyword{internal}