Hi! I´m having this error while trying to run the loadStationData function:
Error in if (class(out$Data) == "numeric") datadimnames <- "time" :
the condition has length > 1
The script is this one:
dir_obs <- 'C:/Users/data/'
obs <- loadStationData(dataset = dir_obs, var = "precip", stationID = "000001", years = 1990:2014)
y <- obs
Anybody who could solve this issue?
Thanks
Hi! I´m having this error while trying to run the loadStationData function:
Error in if (class(out$Data) == "numeric") datadimnames <- "time" :
the condition has length > 1
The script is this one:
dir_obs <- 'C:/Users/data/'
obs <- loadStationData(dataset = dir_obs, var = "precip", stationID = "000001", years = 1990:2014)
y <- obs
Anybody who could solve this issue?
Thanks