.cacheMessage,simList-method | R Documentation |
.cacheMessage
for simList
objectsSee reproducible::.cacheMessage()
.
## S4 method for signature 'simList'
.cacheMessage(
object,
functionName,
fromMemoise = getOption("reproducible.useMemoise", TRUE),
verbose = getOption("reproducible.verbose")
)
object |
Any R object returned from a function |
functionName |
A character string indicating the function name |
fromMemoise |
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., |
reproducible::.cacheMessage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.