memo-package | R Documentation |
The 'memo' package implements a cache that can be used to avoid repeated computations of functions. The cache lookup is based on object identity (i.e. pointer equivalence) which is suited for functions like accessors or other functions that are called repeatedly on the same object.
Peter Meilstrup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.