Learn R Programming

climaemet (version 0.2.0)

aemet_daily_period: Daily climatology values of a station for a time period

Description

Get daily climatology values for a period of years for a station.

Usage

aemet_daily_period(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

Numeric value as start year (format: %Y).

end

Numeric value as end year (format: %Y).

Value

a data.frame.

Examples

Run this code
# NOT RUN {
aemet_daily_period("9434", apikey, 2000, 2010)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab