| create_backup_copy | R Documentation |
Create backup file.
create_backup_copy(
file = NULL,
backup_subdir = "",
of_what = ifelse(backup_subdir == "", "file(s)", backup_subdir),
backup_stamp = get_backup_stamp(),
show = c("file", "dir")
)
file |
(character) The name of file to backup. |
backup_subdir |
(character) The name of subdirectory in the directory of backups. |
of_what |
(character) String to be used in message. Usually word "file" |
backup_stamp |
(character) Usually the result of |
show |
(character) what should be shown in te message:
- |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.