addCacheSearchEnvironment {simpleCache}R Documentation

Add a cache search environment

Description

Append a new Environment name (a character string) to a global option which is a vector of such names. SimpleCache will search all of these environments to check if a cache is previously loaded, before reloading it.

Usage

addCacheSearchEnvironment(addEnv)

Arguments

addEnv

Environment to append to the shared cache search list


[Package simpleCache version 0.4.2 Index]