View source: R/backupScripts.R
backupScripts | R Documentation |
Function make a backup of multiple files to a folder.
backupScripts(files_to_backup, path_files = getwd(), path_backup)
files_to_backup |
character vector with files to backup. |
path_files |
path where the files to backup are. By default the actual working directory. |
path_backup |
path where save the backup files. |
If any files of the files_to_backup already exists in path_backup, the function ask for overwrite all the files.
If the name of the files to backup include a directory, like "data/df1.csv", the function create the directory first.
A logical vector of the length of the files_to_backup with TRUE when the file is properly saved and false if doesn't.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.