Learn R Programming

climaemet (version 0.2.0)

aemet_daily_clim: Daily/annual climatology values for a station

Description

Get daily climatology values for a station for a maximum period of one year.

Usage

aemet_daily_clim(station, apikey, start, end)

Arguments

station

Character string as station identifier code (see aemet_stations).

apikey

Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey).

start

Character string as start date (format: %Y%m%d).

end

Character string as end date (format: %Y%m%d).

Value

a data.frame.

Examples

Run this code
# NOT RUN {
aemet_daily_clim("9434", apikey, "2000-01-01", "2000-12-31")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab