View source: R/load_monthly_data_for_berlin.R
load_precipitation_berlin | R Documentation |
This function loads monthly precipitation for Berlin, Germany, from Deutscher Wetterdienst (DWD).
load_precipitation_berlin(from = NULL, to = NULL)
from |
optional. First month to be considered, as yyyymm string |
to |
optional. Last month to be considered, as yyyymm string |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.