| aemo_nemweb_ls | R Documentation |
Returns a data frame of files in a NEMweb path, parsed from the Apache directory-listing HTML.
aemo_nemweb_ls(path)
path |
NEMweb subpath (e.g. |
A data frame with name, modified, size, url.
AEMO NEMweb http://nemweb.com.au, published under the AEMO Copyright Permissions Notice.
Other low-level:
aemo_nemweb_download()
op <- options(aemo.cache_dir = tempdir())
try({
files <- aemo_nemweb_ls("/Reports/Current/DispatchIS_Reports/")
head(files)
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.