| clear_gerda_cache | R Documentation |
Removes files written to the GERDA cache by load_gerda_web()
(cache = TRUE). Because the upstream data can be updated in place, use this
to force fresh downloads, or pass cache = TRUE, refresh = TRUE to
load_gerda_web() for a one-off refresh.
clear_gerda_cache(data_name = NULL)
data_name |
Optional dataset name. If supplied, only that dataset's cached CSV/RDS files are removed; otherwise the entire cache is cleared. |
Invisibly, a character vector of the removed file paths.
gerda_cache_dir(), load_gerda_web()
# Not run: this deletes files from the user's cache directory.
## Not run:
clear_gerda_cache()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.