Displaying 1 result from an estimated 1 matches for "datadwd".
Did you mean:
datadir
2018 Mar 18
0
rdwd package error: invalid file argument raised by readDWD
...0 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", per="historical", current = TRUE)
ftpFile <- dataDWD(file = ftpURL, dir = "stella/input/",sleep = 0)
> fooDat <- readDWD(ftpFile,
+ meta = substr(ftpFile, nchar(ftpFile) - 3, 10000) ==
".txt",
+ fread = FALSE, minfo = FALSE, format = NA, tz = "GMT",
+ progbar...