Returns a data frame of files in a NEMweb path, parsed from the Apache directory-listing HTML.
Source
AEMO NEMweb http://nemweb.com.au, published under the AEMO Copyright Permissions Notice.
See also
Other low-level:
aemo_nemweb_download()
Examples
# \donttest{
op <- options(aemo.cache_dir = tempdir())
try({
files <- aemo_nemweb_ls("/Reports/Current/DispatchIS_Reports/")
head(files)
})
#> Error in aemo_nemweb_ls("/Reports/Current/DispatchIS_Reports/") :
#> NEMweb returned HTTP 403 for
#> <http://nemweb.com.au/Reports/Current/DispatchIS_Reports/>.
options(op)
# }