aemo_cache_info: Inspect the local aemo cache

View source: R/cache.R

aemo_cache_infoR Documentation

Inspect the local aemo cache

Description

Inspect the local aemo cache

Usage

aemo_cache_info()

Value

A list with dir, n_files, size_bytes, size_human, files.

See Also

Other configuration: aemo_clear_cache(), aemo_throttle()

Examples


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


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