strategies | R Documentation |
The function memo
accepts an argument 'key' which
specifies the keying strategy.
digest_key(fn, cache, digest = digest::digest)
pointer_key(fn, cache)
hybrid_key(fn, cache, digest = function(x) digest::digest(x, "md5"))
fn |
A function whose results should be cached. |
cache |
A cache object. |
digest |
A digest function to use. |
A memoized function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.