readMeta {rdwd} | R Documentation |
Process data from the DWD CDC FTP Server
Description
Read climate meta info textfiles in zip folders downloaded with dataDWD()
.
Usage
readMeta(file, progbar = TRUE, ...)
Arguments
file |
Char (vector): name(s) of the zip file(s) downloaded with |
progbar |
Logical: present a progress bar with estimated remaining time? If missing and length(file)==1, progbar is internally set to FALSE. DEFAULT: TRUE |
... |
Further arguments passed to |
Value
Invisible named list of data.frames; or a list of lists, if length(file)>1.
Author(s)
Berry Boessenkool, berry-b@gmx.de, 2016 + March 2019
See Also
dataDWD()
, readVars()
, readDWD()
Examples
# see dataDWD
[Package rdwd version 1.8.0 Index]