memofunc {memofunc} | R Documentation |
The memofunc
package provides a simple way to memoize a function to optimise execution for process or data
intensive actions.
memo
- memoize a function
is.memo
- is the given function a memo
memo.function
- get a memo's origional function
memo.cache
- get a memo's cache storage
Roy Wetherall rwetherall@gmail.com