if (FALSE) { # interactive()
# parse the ag bulletin for Western Australia
# download to tempfile() using basename() to keep original name
utils::download.file(url = "ftp://ftp.bom.gov.au/anon/gen/fwo/IDQ60604.xml",
destfile = file.path(tempdir(),
basename("ftp://ftp.bom.gov.au/anon/gen/fwo/IDQ60604.xml")),
mode = "wb")
parse_ag_bulletin(state = "QLD", filepath = tempdir())
}
Run the code above in your browser using DataLab