get_path_backup_dir: Path to backup directory.

View source: R/backup.R

get_path_backup_dirR Documentation

Path to backup directory.

Description

  • get_path_backup_dir() gets string with path to directory for backup files.

  • create_backup_dir() creates directory for backup files.

  • open_backup_dir() open backup directory.

Usage

get_path_backup_dir(...)

create_backup_dir(...)

open_backup_dir(...)

Arguments

...

The name of subtirectory in backup directory. Passed to to fs::path().

Value

  • get_path_backup_dir() returns string with path to directory. Default is "~/.R/_backup/".

Examples

## Not run: \donttest{

get_path_backup_dir()
open_backup_dir()
}
## End(Not run)

GegznaV/backup.tools documentation built on Aug. 29, 2023, 9:01 p.m.