Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (2.0.1) of this package.
Take me there.
memoise (version 0.1)
Memoise functions
Description
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
Copy Link
Link to current version
Version
Version
2.0.1
2.0.0
1.1.0
1.0.0
0.2.1
0.1
Install
install.packages('memoise')
Monthly Downloads
1,021,925
Version
0.1
License
MIT
Maintainer
Hadley Wickham
Last Published
September 3rd, 2010
Functions in memoise (0.1)
Search all functions
memoize
Memoise a function.
forget
Forget past results.