is.cached {raptr} | R Documentation |
Test if hash is cached in a Rap object
Description
Tests if hash is cached in Rap object.
Usage
is.cached(x, name)
## S4 method for signature 'RapData,character'
is.cached(x, name)
## S4 method for signature 'RapResults,character'
is.cached(x, name)
Arguments
x |
|
name |
|
Value
logical
Is it cached?
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]