Helper function for saving a file to a cache directory.
1 | save_to_cache(key, value, cache_dir = cache_directory())
|
key |
character. The key under which the cache entry is stored. |
value |
ANY. The R object to save in the cache. |
cache_dir |
character. The cache directory. The default is
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.