powered by
Get monthly climatology values for a period of years for a station.
aemet_monthly_period(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).
Numeric value as start year (format: %Y).
a Numeric value as end year (format: %Y).
a data.frame.
# NOT RUN { aemet_monthly_period("9434", apikey, 2000, 2010) # } # NOT RUN { # }
Run the code above in your browser using DataLab