check_saving: Saving check
Description
This function saves model results while checking for overwriting.
Usage
check_saving(object = NULL, name = NULL, filetype, controls)
Arguments
name
A character, the name of the object to be saved.
filetype
A character, the filetype of the object to be saved.
Value
A boolean, determining whether saving is possible or not. If filetype="rds"
, object
is saved.