check_cache | R Documentation |
Check for availability and freshness of cached dataset
check_cache(cache_path, max_cache_age = NULL)
cache_path |
Path to the cached file to be checked. |
max_cache_age |
Maximum age at which the cache is considered "fresh". |
cache Returns the cached dataset if it is available and fresh, otherwise returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.