powered by
Get daily climatology values for a period of years for all stations.
aemet_daily_period_all(apikey, start, end)
Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey).
Numeric value as start year (format: %Y).
Numeric value as end year (format: %Y).
a data.frame.
# NOT RUN { aemet_daily_period_all(apikey, 2000, 2010) # } # NOT RUN { # }
Run the code above in your browser using DataLab