Learn R Programming

functools (version 0.2.0)

Memoise: Memoise a function.

Description

Wrapper for memoise.

Usage

Memoise(.f)

Arguments

.f
Function of which to create a memoised copy.

Value

A memoised copy of the original function.

See Also

memoise for code and documentation.

Other function operators: Compose, %O%; Fail_With; Partial; Reduce_Right