Skip to contents

Deletes all locally cached files. The next call to any data function will re-download.

Usage

ato_clear_cache()

Value

Invisibly returns NULL.

See also

Other configuration: ato_cache_info(), ato_meta()

Examples

# \donttest{
op <- options(ato.cache_dir = tempdir())
ato_clear_cache()
#> Removed 4 cached files from /tmp/RtmpiVpGVb.
options(op)
# }