readDWD.data {rdwd} | R Documentation |
read regular dwd data
Description
Read regular dwd data.
Intended to be called via readDWD()
.
Usage
readDWD.data(
file,
fread = FALSE,
varnames = FALSE,
format = NA,
tz = "GMT",
hr = 0,
quiet = rdwdquiet(),
...
)
Arguments
file |
Name of file on harddrive, like e.g. DWDdata/daily_kl_recent_tageswerte_KL_03987_akt.zip |
fread |
Logical: read faster with data.table::fread?
When reading many large historical files, speedup is significant.
When called from |
varnames |
Logical (vector): add a short description to the DWD variable
abbreviations in the column names?
E.g. change |
format |
Char (vector): Format passed to |
tz |
Char (vector): time zone for |
hr |
Integer code to automatically merge historical and recent datasets.
If set, |
quiet |
Suppress empty file warnings?
DEFAULT: FALSE through |
... |
Further arguments passed to |
Value
data.frame
Author(s)
Berry Boessenkool, berry-b@gmx.de
See Also
readDWD()
, Examples in dataDWD()