aemo_nemweb_ls: List files in a NEMweb directory

View source: R/nemweb.R

aemo_nemweb_lsR Documentation

List files in a NEMweb directory

Description

Returns a data frame of files in a NEMweb path, parsed from the Apache directory-listing HTML.

Usage

aemo_nemweb_ls(path)

Arguments

path

NEMweb subpath (e.g. "/Reports/Current/DispatchIS_Reports/"). Leading and trailing slashes are optional.

Value

A data frame with name, modified, size, url.

Source

AEMO NEMweb http://nemweb.com.au, published under the AEMO Copyright Permissions Notice.

See Also

Other low-level: aemo_nemweb_download()

Examples


op <- options(aemo.cache_dir = tempdir())
try({
  files <- aemo_nemweb_ls("/Reports/Current/DispatchIS_Reports/")
  head(files)
})
options(op)


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