omnipath_cache_wipe: Permanently removes all the cache contents

omnipath_cache_wipeR Documentation

Permanently removes all the cache contents

Description

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'.

See Also

omnipath_cache_remove

Examples

## Not run: 
omnipath_cache_wipe()
# the cache is completely empty:
print(omnipath.env$cache)
# list()
list.files(omnipath_get_cachedir())
# [1] "cache.json"

## End(Not run)



saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.