tw_create_cache_folder | 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.