Learn R Programming

textAnnotatoR (version 1.0.1)

create_backup_dir: 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)

Value

Character string containing the path to the backup directory

Arguments

max_backups

Integer specifying maximum number of backups to keep