| aemo_gas | R Documentation |
Returns Short Term Trading Market (STTM, Adelaide, Brisbane,
Sydney hubs) or Declared Wholesale Gas Market (DWGM,
Victoria) prices and volumes.
aemo_gas(market = c("sttm", "dwgm"), hub = NULL, start, end)
market |
One of |
hub |
Optional STTM hub: |
start, end |
Window. |
An aemo_tbl.
op <- options(aemo.cache_dir = tempdir())
try({
now <- Sys.time()
g <- aemo_gas(market = "sttm", hub = "sydney",
start = now - 7 * 86400, end = now)
head(g)
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.