# NOT RUN {
# }
# NOT RUN {
if (requireNamespace("tsibbledata")) {
library(tsibble)
tsibbledata::aus_production %>%
model(
prophet = prophet(Beer ~ season("year", 4, type = "multiplicative"))
) %>%
forecast()
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab