data.R (prophet-1.1) | : | data.R (prophet-1.1.1) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
# This source code is licensed under the MIT license found in the | # This source code is licensed under the MIT license found in the | |||
# LICENSE file in the root directory of this source tree. | # LICENSE file in the root directory of this source tree. | |||
#' Generated table of holiday dates at the country level from 1995 to 2045 | #' Generated table of holiday dates at the country level from 1995 to 2045 | |||
#' | #' | |||
#' The data is primarily based on the Python package [holidays](https://pypi.org /project/holidays/) | #' The data is primarily based on the Python package [holidays](https://pypi.org /project/holidays/) | |||
#' | #' | |||
#' @format A data frame with four variables: ds, holiday, country, year | #' @format A data frame with four variables: ds, holiday, country, year | |||
#' @source \url{https://github.com/facebook/prophet/blob/main/python/scripts/gen erate_holidays_file.py} | #' @source \url{https://github.com/facebook/prophet/blob/main/python/scripts/gen erate_holidays_file.py} | |||
#' @export | ||||
"generated_holidays" | "generated_holidays" | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |