Skip to contents

After this operation the cache directory will be completely empty, except an empty cache database file.

Usage

omnipath_cache_wipe(...)

Arguments

...

Ignored.

Value

Returns `NULL`.

Examples

if (FALSE) {
omnipath_cache_wipe()
# the cache is completely empty:
print(omnipath.env$cache)
# list()
list.files(omnipath_get_cachedir())
# [1] "cache.json"
}