Daily/annual climatology values for a station
Get daily climatology values for a station for a maximum period of one year.
aemet_daily_clim(station, apikey, start, end)
station |
Character string as station identifier code (see |
apikey |
Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey). |
start |
Character string as start date (format: %Y%m%d). |
end |
Character string as end date (format: %Y%m%d). |
a data.frame.
## Not run: aemet_daily_clim("9434", apikey, "2000-01-01", "2000-12-31") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.