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()
}


tidywikidatar documentation built on March 31, 2023, 9:08 p.m.