View source: R/utils-pacea-save.R
pacea_save | R Documentation |
.rds
files to then be imported into the pacea R package.Need to first have results loaded in, so just run this after building the
document (function does use assess_yr
which will have been defined
already). Function creates a directory and places the files in there.
pacea_save(
model_lst = list(base_model),
model_names = list(base_model_name),
dir_to_save = NULL
)
model_lst |
List of models, but only works for one, just change if want
to save results from a different model. Code keep the list format to
remain similar to other |
model_names |
List of model names, again only one will work. |
dir_to_save |
Directory to put the resulting |
Nothing, but saves the .rds
files in the appropriate directory.
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.