Inspect the local aemo cache
See also
Other configuration:
aemo_clear_cache(),
aemo_throttle()
Examples
# \donttest{
op <- options(aemo.cache_dir = tempdir())
aemo_cache_info()
#> $dir
#> [1] "/tmp/Rtmp6Dk3Zc"
#>
#> $n_files
#> [1] 2
#>
#> $size_bytes
#> [1] 8192
#>
#> $size_human
#> [1] "8.0 KB"
#>
#> $files
#> name size_bytes modified
#> 1 bslib-8a92d22979ec96a3105b4f8cbcdeeec5 4096 2026-05-04 19:18:10
#> 2 downlit 4096 2026-05-04 19:18:12
#>
options(op)
# }