powered by
Get daily climatology values for a station for a maximum period of one year.
aemet_daily_clim(station, apikey, start, end)
Character string as station identifier code (see aemet_stations).
aemet_stations
Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey).
Character string as start date (format: %Y%m%d).
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") # } # NOT RUN { # }
Run the code above in your browser using DataLab