cache_stats | R Documentation |
Report cache statistics.
cache_stats(fn)
fn |
A memoized function that was created by |
A list with labels "size", "used", "hits", "misses", "expired" counting the number of slots in the cache, the number of slots currently used, the number of times a previous result was recalled, a new result was recorded, and a result was dropped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.