R/cache.R
aemo_clear_cache.Rd
Clear the aemo cache
aemo_clear_cache()
Invisibly returns NULL.
NULL
Other configuration: aemo_cache_info(), aemo_throttle()
aemo_cache_info()
aemo_throttle()
# \donttest{ op <- options(aemo.cache_dir = tempdir()) aemo_clear_cache() #> Removed 2 cached files from /tmp/Rtmpprf0te. options(op) # }