Saves a file with current date in its name in a sub directory located in the same directory as the original file. Optionally, a note is added after the file name.
quickSave(
saveDir,
filePath = NULL,
saveNote = NULL,
overwrite = FALSE,
verbose = FALSE
)the output value of the function used to copy file
Choose the directory used to store saves. Suggested : 'old'
Optional, if you want to save another file than the current one : full path of the file you want to save.
An optional custom note to append to the file name for the save, allowing to keep track of why this save has been done.
Logical. Should an existing save with the same name be overwritten? Default is `FALSE`.
logical. If turned to `TRUE`, the save path is displayed