data.R (prophet-1.0) | : | data.R (prophet-1.1) | ||
---|---|---|---|---|
# Copyright (c) Facebook, Inc. and its affiliates. | # Copyright (c) Facebook, Inc. and its affiliates. | |||
# 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. | |||
#' holidays table | #' Generated table of holiday dates at the country level from 1995 to 2045 | |||
#' | #' | |||
#' @format A data frame with five variables: ds, holiday, country, year | #' 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 | ||||
#' @source \url{https://github.com/facebook/prophet/blob/main/python/scripts/gen | ||||
erate_holidays_file.py} | ||||
"generated_holidays" | "generated_holidays" | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 7 lines changed or added |