View source: R/googleAuthR_memoise.R
To cache to a file system use memoise::cache_filesystem("cache_folder"), 
suitable for unit testing and works between R sessions. 
The cached API calls do not need authentication to be active, but need this function to set caching first.
| 1 | gar_cache_setup(mcache = memoise::cache_memory())
 | 
| mcache | A cache method from memoise. If  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.