memoizedCall {simpleRCache}R Documentation

Call a Memoized Function

Description

Call a Memoized Function

Usage

memoizedCall(fcn, ...)

Arguments

fcn

a function

...

the arguments to the function

Value

result of memoized function

Note

If the environment variable DEBUG_SIMPLERCACHE is set, then the keyHash will be outputted. This can be used to identify cache RDS files.


[Package simpleRCache version 0.3.3 Index]