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

Version

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)

memoize

Memoise a function.
forget

Forget past results.