memo.function {memofunc}R Documentation

Memo Function

Description

Gets the original function that was memoized.

Execution is stopped if function passed is not a valid memoed function.

Usage

memo.function(f)

Arguments

f

memo function

Value

Original unmemoized function.


[Package memofunc version 1.0.2 Index]