| wj_cache_clear | R Documentation |
Deletes cached files and (optionally) removes rows from the cache index.
wj_cache_clear(
cache_dir = NULL,
cache_scope = c("user", "project"),
pkg = "weatherjoin",
filter = NULL,
keep_index = FALSE,
dry_run = FALSE,
verbose = TRUE
)
cache_dir |
Optional explicit cache directory. |
cache_scope |
Where to store cache by default: |
pkg |
Package name used for |
filter |
Optional expression evaluated within the cache index to select entries to remove. |
keep_index |
If |
dry_run |
If |
verbose |
If |
Invisibly returns the rows selected for deletion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.