rdwd (version 1.8.0)

readMeta: 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, ...)

Value

Invisible named list of data.frames; or a list of lists, if length(file)>1.

Arguments

file

Char (vector): name(s) of the zip file(s) downloaded with dataDWD(), e.g. "~/DWDdata/tageswerte_KL_02575_akt.zip"

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 read.table()

Author

Berry Boessenkool, berry-b@gmx.de, 2016 + March 2019

See Also

dataDWD(), readVars(), readDWD()

Examples

Run this code
# see dataDWD

Run the code above in your browser using DataLab