clearCache,simList-method | R Documentation |
clearCache
for simList
objectsThis will take the cachePath(object)
and pass
This will take the cachePath(object)
and pass
This will take the cachePath(object)
and pass
## S4 method for signature 'simList' clearCache( x, userTags = character(), after = NULL, before = NULL, ask = getOption("reproducible.ask"), useCloud = FALSE, cloudFolderID = getOption("reproducible.cloudFolderID", NULL), drv = getOption("reproducible.drv", RSQLite::SQLite()), conn = getOption("reproducible.conn", NULL), ... ) ## S4 method for signature 'simList' showCache( x, userTags = character(), after = NULL, before = NULL, drv = getOption("reproducible.drv", RSQLite::SQLite()), conn = getOption("reproducible.conn", NULL), ... ) ## S4 method for signature 'simList' keepCache( x, userTags = character(), after = NULL, before = NULL, ask = getOption("reproducible.ask"), drv = getOption("reproducible.drv", RSQLite::SQLite()), conn = getOption("reproducible.conn", NULL), ... )
x |
A simList or a directory containing a valid Cache repository. Note:
For compatibility with |
userTags |
Character vector. If used, this will be used in place of the
|
after |
A time (POSIX, character understandable by data.table). Objects cached after this time will be shown or deleted. |
before |
A time (POSIX, character understandable by data.table). Objects cached before this time will be shown or deleted. |
ask |
Logical. If |
useCloud |
Logical. If |
cloudFolderID |
A googledrive dribble of a folder, e.g., using |
drv |
an object that inherits from |
conn |
A |
... |
Other arguments. Currently, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.