.create.cache.hash | R Documentation |
Create a data.frame with the cache metadata
.create.cache.hash(variable, depends, CODE)
variable |
Name of the variable to be cached |
depends |
Vector of variable names of dependencies for the variable to be cached, optional. |
CODE |
Code block to generate |
The hashes for the various objects are calculated using the .cache.hash
function.
data.frame
containing the variable name and its dependencies, with the
corresponding hashes appended.
.cache.hash
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.