fetch_iquizoo_mem | R Documentation |
fetch_iquizoo()
This function is a memoised version of fetch_iquizoo()
. It is useful when
the same query is called multiple times or you want to cache the result. See
memoise::memoise()
and fetch_iquizoo()
for more details.
fetch_iquizoo_mem(cache = NULL)
cache |
The cache to be used. Default cache could be configured by
setting the environment variable |
A memoised version of fetch_iquizoo()
.
fetch_iquizoo()
for the original function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.