aemo_pasa: Projected Assessment of System Adequacy (PASA)

View source: R/forecasts.R

aemo_pasaR Documentation

Projected Assessment of System Adequacy (PASA)

Description

Returns short-term (STPASA, 1-7 day) or medium-term (MTPASA, 2-year) system adequacy projections.

Usage

aemo_pasa(
  horizon = c("short", "medium"),
  region = NULL,
  start = NULL,
  end = NULL
)

Arguments

horizon

One of "short" (default) or "medium".

region

Optional NEM region code.

start, end

Optional window of run-times. Defaults to the last 24 hours.

Value

An aemo_tbl.

See Also

Other forecast: aemo_predispatch()

Examples


op <- options(aemo.cache_dir = tempdir())
try({
  p <- aemo_pasa(horizon = "short", region = "NSW1")
})
options(op)


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