powered by
Create a backup of all gooseR memory
goose_backup(backup_dir = "goose_backup", timestamp = TRUE)
Invisible integer count of backed up items
Character, directory to save backup
Logical, whether to add timestamp to backup files
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