powered by
This is a generic definition that can be extended according to class.
.cacheMessage(object, functionName)# S4 method for ANY .cacheMessage(object, functionName)
# S4 method for ANY .cacheMessage(object, functionName)
Any R object.
A character string indicating the function name
Nothing; called for its messaging side effect.
# NOT RUN { a <- 1 .cacheMessage(a, "mean") # }
Run the code above in your browser using DataLab