cache_invariant | R Documentation |
This first time a function from this is called it will run the function itself and save the output in memory. On subsequent calls the in memory cached version will be returned. This cache is separate by language.
cache_invariant(name, fn)
name |
The name of the function in the cache |
fn |
The function itself |
Cache invariant version of fn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.