Description Usage Arguments Value Examples
View source: R/ga_model_prophet.R
A ga_model for prophet forecasting
1 2 3 |
viewId |
The viewID of the Ga account to forecast from |
date_range |
The date range of training data |
forecast_days |
The amount of days forward to forecast |
metric |
The metric to forecast |
dim_filter |
A filter_clause_ga4 when fetching data |
interactive_plot |
Whether to output an interactive plot or not |
A ga_model object
1 2 3 4 5 6 7 8 9 | ## Not run:
library(prophet)
library(dygraphs)
library(googleAnalyticsR)
ga_model_prophet(81416156)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.