Skip to content

Commit 58b1125

Browse files
author
Bart
committed
remove resp
1 parent 50b6cbb commit 58b1125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/get_pvol_cz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# http://opendata.chmi.cz/meteorology/weather/radar/sites/ska/vol_z/hdf5/
22

33
get_pvol_cz <- function(radar, time, ..., call = rlang::caller_env()) {
4-
time_chr <- time_pos <- base <- resp <- NULL
4+
time_chr <- time_pos <- base <- NULL
55
# All parameters are retrieved from separate files
66
# Here all urls are generated
77
params <- c("z", "u", "v", "w", "zdr", "rhohv", "phidp")

0 commit comments

Comments
 (0)