omnipath_cache_wipe | R Documentation |
After this operation the cache directory will be completely empty, except an empty cache database file.
omnipath_cache_wipe(...)
... |
Ignored. |
Returns 'NULL'.
omnipath_cache_remove
## Not run:
omnipath_cache_wipe()
# the cache is completely empty:
print(omnipathr.env$cache)
# list()
list.files(omnipath_get_cachedir())
# [1] "cache.json"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.