.cache.filename | R Documentation |
Construct the file names for the cache and hash
.cache.filename(variable, cache_format)
variable |
Variable name for which to construct file names |
cache_format |
|
The returned object is a list with two fields:
data
: The path to the file in which the
variable contents will be saved;
hash
: The path to the file in which the cache
metadata will be stored.
A list with file names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.