| goose_backup | R Documentation |
Create a backup of all gooseR memory
goose_backup(backup_dir = "goose_backup", timestamp = TRUE)
backup_dir |
Character, directory to save backup |
timestamp |
Logical, whether to add timestamp to backup files |
Invisible integer count of backed up items
## Not run:
# Create backup with timestamp
goose_backup()
# Create backup in specific directory
goose_backup("my_backups")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.