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