Learn R Programming

gooseR (version 0.1.2)

goose_backup: Create a backup of all gooseR memory

Description

Create a backup of all gooseR memory

Usage

goose_backup(backup_dir = "goose_backup", timestamp = TRUE)

Value

Invisible integer count of backed up items

Arguments

backup_dir

Character, directory to save backup

timestamp

Logical, whether to add timestamp to backup files

Examples

Run this code
if (FALSE) {
# Create backup with timestamp
goose_backup()

# Create backup in specific directory
goose_backup("my_backups")
}

Run the code above in your browser using DataLab