Learn R Programming

argoFloats (version 1.0.9)

argoFloatsGetFromCache: Get an Item From The Cache

Description

Get an Item From The Cache

Usage

argoFloatsGetFromCache(name, debug = 0)

Value

The cached value, as stored with argoFloatsStoreInCache().

Arguments

name

character value, naming the item.

debug

an integer, passed to argoFloatsDebug().

See Also

Other functions relating to cached values: argoFloatsClearCache(), argoFloatsIsCached(), argoFloatsListCache(), argoFloatsStoreInCache(), argoFloatsWhenCached()