is.cached: Test if hash is cached in a Rap object

is.cachedR 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

RapData or RapResults object

name

character hash.

Value

logical Is it cached?

Note

caches are implemented using environments, the hash is used as the name of the object in the environment.


jeffreyhanson/raptr documentation built on Feb. 3, 2024, 10:56 p.m.