is.cached {raptr} | R Documentation |
Tests if hash is cached in Rap object.
is.cached(x, name)
## S4 method for signature 'RapData,character'
is.cached(x, name)
## S4 method for signature 'RapResults,character'
is.cached(x, name)
x |
|
name |
|
logical
Is it cached?
caches are implemented using environments, the hash is used as the name of the object in the environment.