| clearCacheEventsOnly | R Documentation |
clearCache for SpaDES eventsThis will clear only the event- and module-level caching that is triggered
using a module parameter, .useCache.
clearCacheEventsOnly(
ask = TRUE,
x = getOption("reproducible.cachePath"),
dryRun = FALSE,
verbose = getOption("reproducible.verbose")
)
ask |
Logical. If |
x |
A simList or a directory containing a valid Cache repository. Note:
For compatibility with |
dryRun |
logical. If |
verbose |
Numeric, -1 silent (where possible), 0 being very quiet,
1 showing more messaging, 2 being more messaging, etc.
Default is 1. Above 3 will output much more information about the internals of
Caching, which may help diagnose Caching challenges. Can set globally with an
option, e.g., |
A list of individual clearCache outputs, one for each event that was
cleared.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.