tw_create_cache_folder {tidywikidatar} | R 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()
}
[Package tidywikidatar version 0.5.9 Index]