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_dir = NULL, overwrite_rds_files = FALSE, ...)
model_dir |
Directory name of model to be loaded |
overwrite_rds_files |
Logical. If TRUE, overwrite the RDS file if it exists |
... |
Parameters passed to |
base::invisible()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.