osem_clear_cache | R Documentation |
Purge cached responses from the given cache directory
osem_clear_cache(location = tempdir())
location |
A path to the cache directory, defaults to the
sessions' |
Boolean whether the deletion was successful
## Not run:
osem_boxes(cache = tempdir())
osem_clear_cache()
cachedir = paste(getwd(), 'osemcache', sep = '/')
dir.create(file.path(cachedir), showWarnings = FALSE)
osem_boxes(cache = cachedir)
osem_clear_cache(cachedir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.