readDWD.deriv {rdwd} | R Documentation |
read derived dwd data
Description
Read dwd data from /CDC/derived_germany/.
Intended to be called via readDWD()
.
Usage
readDWD.deriv(file, gargs = NULL, todate = TRUE, quiet = rdwdquiet(), ...)
Arguments
file |
Name of file on harddrive, like e.g. DWDdata/soil_daily_historical_derived_germany_soil_daily_historical_3987.txt.gz |
gargs |
If fread=FALSE: Named list of arguments passed to
|
todate |
Logical: Convert char column 'Datum' or 'Monat' with |
quiet |
Ignored.
DEFAULT: FALSE through |
... |
Further arguments passed to |
Value
data.frame
Author(s)
Berry Boessenkool, berry-b@gmx.de
See Also
readDWD()
, https://bookdown.org/brry/rdwd/use-case-derived-data.html
[Package rdwd version 1.8.0 Index]