cache_get_mtime | R Documentation |
Get the last modification time of the cache by querying the mtime
of all of the files that make up the cache
cache_get_mtime(table_name, depth, type)
table_name |
string |
depth |
string, e.g. "deep" or "shallow" |
type |
string, e.g. "tessi" or "stream" |
POSIXct modification time
## Not run:
cache_get_mtime("test", "deep", "stream")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.