mergeCache | R Documentation |
mergeCache(
cacheTo,
cacheFrom,
drvTo = getDrv(getOption("reproducible.drv", NULL)),
drvFrom = getDrv(getOption("reproducible.drv", NULL)),
connTo = NULL,
connFrom = NULL,
verbose = getOption("reproducible.verbose")
)
## S4 method for signature 'ANY'
mergeCache(
cacheTo,
cacheFrom,
drvTo = getDrv(getOption("reproducible.drv", NULL)),
drvFrom = getDrv(getOption("reproducible.drv", NULL)),
connTo = NULL,
connFrom = NULL,
verbose = getOption("reproducible.verbose")
)
cacheTo |
The cache repository (character string of the file path) that will become larger, i.e., merge into this |
cacheFrom |
The cache repository (character string of the file path) from which all objects will be taken and copied from |
drvTo |
The database driver for the |
drvFrom |
The database driver for the |
connTo |
The connection for the |
connFrom |
The database for the |
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., |
All the cacheFrom
artifacts will be put into cacheTo
repository. All userTags
will be copied verbatim, including
accessed
, with 1 exception: date
will be the
current Sys.time()
at the time of merging. The
createdDate
column will be similarly the current time
of merging.
The character string of the path of cacheTo
, i.e., not the
objects themselves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.