robyn_save | R Documentation |
Use robyn_save()
to select and save as .RDS file the initial model.
robyn_save(
InputCollect,
OutputCollect,
robyn_object = NULL,
select_model = NULL,
dir = OutputCollect$plot_folder,
quiet = FALSE,
...
)
## S3 method for class 'robyn_save'
print(x, ...)
## S3 method for class 'robyn_save'
plot(x, ...)
robyn_load(robyn_object, select_build = NULL, quiet = FALSE)
InputCollect |
List. Contains all input parameters for the model.
Required when |
OutputCollect |
List. Containing all model result.
Required when |
robyn_object |
Character or List. Path of the |
select_model |
Character. A model |
dir |
Character. Existing directory to export JSON file to. |
quiet |
Boolean. Keep messages off? |
... |
Additional parameters passed to |
x |
|
select_build |
Integer. Default to the latest model build. |
(Invisible) list with filename and summary. Class: robyn_save
.
(Invisible) list with imported results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.