cache_info | R Documentation |
Gives information about the cache. Note that the size consumed by the cache will always be displayed as zero because all the cache does is creating an empty file of size 0 bytes for every cached expression. The inode is excluded from this displayed size but negligible.
cache_info(cache_name = NULL, format = "both")
cache_name |
The name of the cache for which to show details. If
|
format |
Either "lucid" for a summary emitted with |
Other cache managers:
cache_activate()
,
cache_clear()
,
caching
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.