Copy files to destination and rename with date and a tag as desired.
Examples
if (FALSE) { # \dontrun{
# Copy a file to home directory
tmp = tempdir()
fc("f1.R","f2.R",des=tmp)
} # }
Copy files to destination and rename with date and a tag as desired.
if (FALSE) { # \dontrun{
# Copy a file to home directory
tmp = tempdir()
fc("f1.R","f2.R",des=tmp)
} # }