omnipath_cache_wipe {OmnipathR}R 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


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




[Package OmnipathR version 3.0.0 Index]