create_backup_dir: Create backup directory

View source: R/directory_management.R

create_backup_dirR Documentation

Create backup directory

Description

Creates and manages a backup directory for project files. This function ensures that automatic backups have a designated storage location that is properly managed and cleaned up when needed.

Usage

create_backup_dir(max_backups = 3)

Arguments

max_backups

Integer specifying maximum number of backups to keep

Value

Character string containing the path to the backup directory


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.