powered by
Get recorded extreme values for a station.
aemet_extremes_clim(station, apikey, parameter = c("T", "P", "V"))
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 temperature (T), precipitatation (P) or wind (W) parameter.
a data.frame.
# NOT RUN { aemet_extremes_clim("9434", apikey, "T") # } # NOT RUN { # }
Run the code above in your browser using DataLab