.write.cache | R Documentation |
Write a variable and its metadata to cache
.write.cache(cache.hash, ...)
cache.hash |
a |
... |
extra parameters passed to |
cache.hash is a data frame with two columns: variable
and hash
.
Row name VAR
is the name of the variable to save.
Row name CODE
is the hash value of the code to compute variable.
Row name DEPENDS.*
are the dependent variables that CODE
depends on.c
The helper function .create.cache.hash
creates a suitable dataframe
No value is returned, this function is called for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.