| aemo_pasa | R Documentation |
Returns short-term (STPASA, 1-7 day) or medium-term
(MTPASA, 2-year) system adequacy projections.
aemo_pasa(
horizon = c("short", "medium"),
region = NULL,
start = NULL,
end = NULL
)
horizon |
One of |
region |
Optional NEM region code. |
start, end |
Optional window of run-times. Defaults to the last 24 hours. |
An aemo_tbl.
Other forecast:
aemo_predispatch()
op <- options(aemo.cache_dir = tempdir())
try({
p <- aemo_pasa(horizon = "short", region = "NSW1")
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.