rdwd (version 1.2.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, ...)

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

Value

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

See Also

dataDWD, readVars, readDWD

Examples

Run this code
# NOT RUN {
# see dataDWD

# }

Run the code above in your browser using DataCamp Workspace