goose_backup: Create a backup of all gooseR memory

View source: R/memory_bulk.R

goose_backupR Documentation

Create a backup of all gooseR memory

Description

Create a backup of all gooseR memory

Usage

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

Arguments

backup_dir

Character, directory to save backup

timestamp

Logical, whether to add timestamp to backup files

Value

Invisible integer count of backed up items

Examples

## Not run: 
# Create backup with timestamp
goose_backup()

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

## End(Not run)

gooseR documentation built on Feb. 6, 2026, 5:07 p.m.