Learn R Programming

tidywikidatar (version 0.5.9)

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

Value

Nothing, used for its side effects.

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).

Examples

Run this code
# \donttest{
if (interactive()) {
  tw_create_cache_folder()
}
# }

Run the code above in your browser using DataLab