Monthly climatology values of a station for a time period
Get monthly climatology values for a period of years for a station.
aemet_monthly_period(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 |
Numeric value as start year (format: %Y). |
end |
a Numeric value as end year (format: %Y). |
a data.frame.
## Not run: aemet_monthly_period("9434", apikey, 2000, 2010) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.