powered by
This is a generic definition that can be extended according to class.
.cacheMessage( object, functionName, fromMemoise = getOption("reproducible.useMemoise", TRUE) )# S4 method for ANY .cacheMessage( object, functionName, fromMemoise = getOption("reproducible.useMemoise", TRUE) )
# S4 method for ANY .cacheMessage( object, functionName, fromMemoise = getOption("reproducible.useMemoise", TRUE) )
Any R object.
A character string indicating the function name
Logical. If TRUE, the message will be about recovery from memoised copy
TRUE
Nothing; called for its messaging side effect.
# NOT RUN { a <- 1 .cacheMessage(a, "mean") # }
Run the code above in your browser using DataLab