This 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 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 simList showCache( x, userTags = character(), after = NULL, before = NULL, drv = getOption("reproducible.drv", RSQLite::SQLite()), conn = getOption("reproducible.conn", NULL), ... ) # S4 method for 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, |