argoFloatsStoreInCache {argoFloats}R Documentation

Store an Item in the Cache

Description

Store an Item in the Cache

Usage

argoFloatsStoreInCache(name, value, debug = 0)

Arguments

name

character value, naming the item.

value

the new contents of the item.

debug

an integer, passed to argoFloatsDebug().

Value

None (invisible NULL).

See Also

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


[Package argoFloats version 1.0.7 Index]