rb_create_cache_folder: Creates the base cache folder where 'rbackupr' caches data.

View source: R/rb_caching.R

rb_create_cache_folderR Documentation

Creates the base cache folder where 'rbackupr' caches data.

Description

Creates the base cache folder where 'rbackupr' caches data.

Usage

rb_create_cache_folder(ask = TRUE)

Arguments

ask

Logical, defaults to TRUE. If FALSE, and cache folder does not exist, it just creates it without asking (useful for non-interactive sessions).

Value

Nothing, used for its side effects.

Examples


if (interactive()) {
  rb_create_cache_folder()
}


giocomai/rbackupr documentation built on Oct. 18, 2023, 9:36 p.m.