tw_create_cache_folder {tidywikidatar} | R Documentation |
tidywikidatar
caches data.Creates the base cache folder where tidywikidatar
caches data.
tw_create_cache_folder(ask = TRUE)
ask |
Logical, defaults to TRUE. If FALSE, and cache folder does not exist, it just creates it without asking (useful for non-interactive sessions). |
Nothing, used for its side effects.
if (interactive()) {
tw_create_cache_folder()
}