cache {raptr} | R Documentation |
Get and set cache methods
Description
Getter and setter methods for caches in RapData and RapResults object.
Usage
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)
Arguments
x |
|
name |
|
y |
if |
Value
ANY
or NULL
depends on y
argument.
Note
caches are implemented using environments, the hash is used as the name of the object in the environment.
[Package raptr version 1.0.1 Index]