cache {raptr} | R Documentation |
Getter and setter methods for caches in RapData and RapResults object.
cache(x, name, y)
## S4 method for signature 'RapData,character,ANY'
cache(x, name, y)
## S4 method for signature 'RapData,character,missing'
cache(x, name, y)
## S4 method for signature 'RapResults,character,ANY'
cache(x, name, y)
## S4 method for signature 'RapResults,character,missing'
cache(x, name, y)
x |
|
name |
|
y |
if |
ANY
or NULL
depends on y
argument.
caches are implemented using environments, the hash is used as the name of the object in the environment.