addMemoization {simpleRCache} | R Documentation |
Add Memoization to a Function
addMemoization(fcn, verbose = FALSE)
fcn |
the function to be memoized |
verbose |
show debugging information |
memoized function
runifCached <- addMemoization(runif)