prophet/R/man/generated_holidays.Rd
Mikhail Popov 25e2b88765 {rstantools}-based compilation
+ cleans up Stan model compilation by switching over to the rstantools-based workflow (see https://mc-stan.org/rstantools/articles/minimal-rstan-package.html for more info)
+ minor documentation change: {devtools} -> {remotes}, which is better for end-users
+ adds RStudio project file which makes it easier for community to get started with contributing to the package
2020-04-28 16:06:17 -04:00

16 lines
327 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{generated_holidays}
\alias{generated_holidays}
\title{holidays table}
\format{
A data frame with five variables: ds, holiday, country, year
}
\usage{
generated_holidays
}
\description{
holidays table
}
\keyword{datasets}