Skip to contents

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