addMemoization {simpleRCache} | R Documentation |
Add Memoization to a Function
Description
Add Memoization to a Function
Usage
addMemoization(fcn, verbose = FALSE)
Arguments
fcn |
the function to be memoized |
verbose |
show debugging information |
Value
memoized function
Examples
runifCached <- addMemoization(runif)
[Package simpleRCache version 0.3.3 Index]