local_daily | R Documentation |
A dataset containing daily mean, max and min temperatures for Freiburg from 2019-09-01 to 2020-09-30. Downloaded from opendata.dwd.de and preprocessed.
A data frame with 396 rows and 4 variables
The dataset can be loaded using load_test("day").
Stations_id: 01443 Stationsname: Freiburg
The variables are as follows:
date in year-month-day - character
tmean daily mean temperature in °C - numeric
tmax daily max temperature in °C - numeric
tmin daily min temperature in °C - numeric
https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/historical/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.