2018-10-19 00:40:17 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/data.R
|
|
|
|
|
\docType{data}
|
|
|
|
|
\name{generated_holidays}
|
|
|
|
|
\alias{generated_holidays}
|
2022-05-24 14:10:46 +00:00
|
|
|
\title{Generated table of holiday dates at the country level from 1995 to 2045}
|
2020-04-28 20:06:17 +00:00
|
|
|
\format{
|
2022-05-24 14:10:46 +00:00
|
|
|
A data frame with four variables: ds, holiday, country, year
|
|
|
|
|
}
|
|
|
|
|
\source{
|
|
|
|
|
\url{https://github.com/facebook/prophet/blob/main/python/scripts/generate_holidays_file.py}
|
2020-04-28 20:06:17 +00:00
|
|
|
}
|
2018-10-19 00:40:17 +00:00
|
|
|
\usage{
|
|
|
|
|
generated_holidays
|
|
|
|
|
}
|
|
|
|
|
\description{
|
2022-05-24 14:10:46 +00:00
|
|
|
The data is primarily based on the Python package [holidays](https://pypi.org/project/holidays/)
|
2018-10-19 00:40:17 +00:00
|
|
|
}
|
|
|
|
|
\keyword{datasets}
|