if (FALSE) { # interactive()
# Get PVOL data for a single radar and datetime
get_pvol("deess", as.POSIXct(Sys.Date()))
# Get PVOL data for multiple radars and a single datetime
get_pvol(
c("deess", "dehnr", "fianj", "czska", "KABR"),
as.POSIXct(Sys.Date())
)
}
Run the code above in your browser using DataLab