| save_check | R Documentation | 
Wrapper around saveRDS() but checks if file already exists first. If it does
then it will only save if overwrite = TRUE. A message is given whether the object is
saved or not.
save_check(object, file, overwrite = FALSE, ...)
| object | Object to save. | 
| file | The name of the file where object is to be saved. | 
| overwrite | Will only overwrite existing file if set to  | 
| ... | Other arguments passed to  | 
(invisible) The file argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.