Description Usage Arguments Value See Also Examples
Create a function that honours HTTP caching headers
1 | caching(f, cache = cachem::cache_mem())
|
f |
A function that returns an httr::response. |
cache |
A cache object to control caching. See |
f
with the response cached according to httr::cache_info()
. The
given cache
object is available in the "cache"
attribute.
Pre-wrapped httr verbs.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.