R/raptr-internal.R
, R/RapData.R
, R/RapResults.R
is.cached.Rd
Tests if hash is cached in Rap object.
is.cached(x, name)
# S4 method for RapData,character
is.cached(x, name)
# S4 method for RapResults,character
is.cached(x, name)
RapData
or RapResults
object
character
hash.
logical
Is it cached?
caches are implemented using environments, the hash is used as the name of the object in the environment.