aemo_clear_cache: Clear the aemo cache

View source: R/cache.R

aemo_clear_cacheR Documentation

Clear the aemo cache

Description

Clear the aemo cache

Usage

aemo_clear_cache()

Value

Invisibly returns NULL.

See Also

Other configuration: aemo_cache_info(), aemo_throttle()

Examples


op <- options(aemo.cache_dir = tempdir())
aemo_clear_cache()
options(op)


aemo documentation built on April 29, 2026, 1:07 a.m.