Skip to contents

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

# \donttest{
op <- options(aemo.cache_dir = tempdir())
try({
  p <- aemo_pasa(horizon = "short", region = "NSW1")
})
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#>  Downloading <http://nemweb.com.au/Reports/Current/Short_Term_PASA_Reports/PUB
#> 
options(op)
# }