load_precipitation_berlin: Load monthly precipitation for Berlin from DWD

View source: R/load_monthly_data_for_berlin.R

load_precipitation_berlinR Documentation

Load monthly precipitation for Berlin from DWD

Description

This function loads monthly precipitation for Berlin, Germany, from Deutscher Wetterdienst (DWD).

Usage

load_precipitation_berlin(from = NULL, to = NULL)

Arguments

from

optional. First month to be considered, as yyyymm string

to

optional. Last month to be considered, as yyyymm string

Value

data frame with columns file (name of file downloaded from DWD), year (year number as integer), month number as integer, mean (mean value), sd (standard deviation), min (minimum value), max (maximum value) of precipitation calculated for Berlin, Germany


KWB-R/kwb.dwd documentation built on Sept. 28, 2022, 6:03 p.m.