# Download data from radars "bejab" and "bewid", even if previously
# downloaded (overwrite = TRUE). Will successfully download 2016-10 files,
# but show 404 error for 2016-11 files (as these are not available).
if (FALSE) {
dir.create("~/bioRad_tmp_files")
download_vpfiles(
date_min = "2016-10-01",
date_max = "2016-11-30",
radars = c("bejab", "bewid"),
directory = "~/bioRad_tmp_files",
overwrite = TRUE
)
# clean up:
unlink("~/bioRad_tmp_files", recursive = T)
}
Run the code above in your browser using DataLab