omnipath_cache_wipe {OmnipathR} | 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_wipe() # the cache is completely empty: print(omnipath.env$cache) # list() list.files(omnipath_get_cachedir()) # [1] "cache.json"