Description Usage Examples
Generate a cache object, with set, get, exists, ls, and rm methods.
cache
set
get
exists
ls
rm
1
new_cache()
1 2 3 4 5 6 7 8
cache <- new_cache() cache$set("a", 1:10) cache$set("b", list(1,2,3,4)) cache$ls() cache$get("a") cache$exists("b") cache$exists("c") cache$rm()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.