View source: R/interconnector.R
| aemo_interconnector | R Documentation |
Returns MW flows, losses, and limits for one or more NEM
interconnectors from DISPATCHINTERCONNECTORRES.
aemo_interconnector(flow = NULL, start, end, intervention = FALSE)
flow |
Optional character vector of interconnector IDs. |
start, end |
Window. |
intervention |
Logical. Default |
AEMO's METEREDMWFLOW is positive when power flows from
REGIONFROM to REGIONTO. For per-interconnector direction
conventions see aemo_interconnectors().
An aemo_tbl.
Other dispatch:
aemo_bids(),
aemo_constraints(),
aemo_dispatch_units(),
aemo_fcas_enablement(),
aemo_gencon(),
aemo_market_notices(),
aemo_outages(),
aemo_rooftop_pv(),
aemo_spd_constraints()
op <- options(aemo.cache_dir = tempdir())
try({
now <- Sys.time()
i <- aemo_interconnector(flow = "V-SA",
start = now - 3600, end = now)
head(i)
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.