Learn R Programming

simpleRCache (version 0.3.3)

memoizedCall: 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