Memoise functions


[Up] [Top]

Documentation for package ‘memoise’ version 0.2.1

Help Pages

forget Forget past results. Resets the cache of a memoised function.
is.memoised Test whether a function is a memoised copy. Memoised copies of functions carry an attribute 'memoised = TRUE', which is.memoised() tests for.
is.memoized Test whether a function is a memoised copy. Memoised copies of functions carry an attribute 'memoised = TRUE', which is.memoised() tests for.
memoise Memoise a function.
memoize Memoise a function.