file.backup | R Documentation |
Make backup of the given file in backup directory
file.backup(
filepath,
backup = "bak",
backup.dir = NULL,
timeformat = "%y%m%d_%H%M%S_"
)
filepath |
file path (character) |
backup |
backup directory name; ignored if backup.dir is defined. |
backup.dir |
backup directory path; default is the same directory of given file. |
timeformat |
set backup head name. |
filepath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.