addMemoization: Add Memoization to a Function

Description Usage Arguments Value Examples

View source: R/addMemoization.R

Description

Add Memoization to a Function

Usage

1
addMemoization(fcn, verbose = FALSE)

Arguments

fcn

the function to be memoized

verbose

show debugging information

Value

memoized function

Examples

1
runifCached <- addMemoization(runif)

simpleRCache documentation built on July 16, 2021, 1:07 a.m.