backupScripts: Backup scripts and related files.

View source: R/backupScripts.R

backupScriptsR Documentation

Backup scripts and related files.

Description

Backup scripts and related files.

Usage

backupScripts(files_to_backup, path_files = getwd(), path_backup)

Arguments

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.

Details

If any files of the files_to_backup already exists in path_backup, the function ask for overwrite all the files.

Value

A logical vector of the lenght of the files_to_backup with TRUE when the file is properly saved and false if doesn't.


Eucrow/sapmuebase documentation built on April 17, 2024, 10:29 a.m.