readMeta: Process data from the DWD CDC FTP Server

View source: R/readMeta.R

readMetaR 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 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.

Author(s)

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

See Also

dataDWD(), readVars(), readDWD()

Examples

# see dataDWD


brry/rdwd documentation built on Oct. 1, 2023, 4:15 a.m.