- file
a character string naming the file of the copy without
the file extension ".R"
. By default, the file of
the copy has the same name as the original file.
- folder
a character string naming the folder in which the file
of the copy is saved. If NULL
, the file of the
copy is saved in the same folder as the original file.
By default, the file of the copy is saved into a folder
called "_R_Script_Archive"
.
- create.folder
logical: if TRUE
(default), folder(s) specified in
the file
argument is created. If FALSE
and
the folder does not exist, then a error message is printed
on the console.
- time
logical: if TRUE
(default), the current time is
attached to the name of the file specified in the argument
file
.
- format
a character string indicating the format if the POSIXct
class resulting from the Sys.time
function. The default
setting provides a character string indicating the year, month, day, minutes, and seconds. See the help page of the format.POSIXct
function.
- overwrite
logical: if TRUE
(default) an existing destination
file is overwritten.
- check
logical: if TRUE
(default), argument specification is
checked.