| construct_backup_path | R Documentation |
Construct path to backup file.
construct_backup_path(
file = NULL,
backup_subdir = "",
backup_stamp = get_backup_stamp()
)
file |
(character) The name of file to backup. |
backup_subdir |
(character) The name of subdirectory in the directory of backups. |
backup_stamp |
(character) Usually the result of |
The string with path to backup file.
## Not run: \donttest{
construct_backup_path("backup.txt")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.