Learn R Programming

SpaDES.core (version 2.0.5)

.cacheMessage,simList-method: .cacheMessage for simList objects

Description

See reproducible::.cacheMessage().

Usage

# S4 method for simList
.cacheMessage(
  object,
  functionName,
  fromMemoise = getOption("reproducible.useMemoise", TRUE)
)

Arguments

object

Any R object returned from a function

functionName

A character string indicating the function name

fromMemoise

Logical. If TRUE, the message will be about recovery from memoised copy

See Also

reproducible::.cacheMessage