Displaying 1 result from an estimated 1 matches for "rdwd".
Did you mean:
dwd
2018 Mar 18
0
rdwd package error: invalid file argument raised by readDWD
Hi:
I tried to download germany' historical weather data with rdwd package.
However, when I tried to read downloaded data (1080 txt file in total) with
readDWD function, but R raised an error down below:
library(rdwd)
ftpURL <- selectDWD(name = "", exactmatch = TRUE,
res="monthly",
var="kl"...