tw_create_cache_folder: Creates the base cache folder where 'tidywikidatar' caches...

View source: R/tw_caching.R

tw_create_cache_folderR Documentation

Creates the base cache folder where tidywikidatar caches data.

Description

Creates the base cache folder where tidywikidatar caches data.

Usage

tw_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()) {
  tw_create_cache_folder()
}


giocomai/tidywikidatar documentation built on Aug. 2, 2024, 5:33 p.m.