Skip to contents

Clear the aemo cache

Usage

aemo_clear_cache()

Value

Invisibly returns NULL.

See also

Other configuration: aemo_cache_info(), aemo_throttle()

Examples

# \donttest{
op <- options(aemo.cache_dir = tempdir())
aemo_clear_cache()
#> Removed 2 cached files from /tmp/Rtmpprf0te.
options(op)
# }