View source: R/create-rds-file.R
create_rds_file | R Documentation |
Create an rds file to hold the model's data and outputs.
create_rds_file(
model_path = NULL,
keep_index_fit_posts = TRUE,
verbose = TRUE,
overwrite = FALSE,
...
)
model_path |
Directory name of model to be loaded |
keep_index_fit_posts |
Logical. If |
verbose |
Logical. If |
overwrite |
Logical. If |
... |
Arguments to pass to |
This function does not load retrospectives and forecasts. To do that you must run this first, then run other functions to load those things and attach them to the model list
base::invisible()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.