powered by
tidywikidatar
Creates the base cache folder where tidywikidatar caches data.
tw_create_cache_folder(ask = TRUE)
Nothing, used for its side effects.
Logical, defaults to TRUE. If FALSE, and cache folder does not exist, it just creates it without asking (useful for non-interactive sessions).
# \donttest{ if (interactive()) { tw_create_cache_folder() } # }
Run the code above in your browser using DataLab