Learn R Programming

climaemet (version 0.2.0)

aemet_extremes_clim: Extreme values for a station

Description

Get recorded extreme values for a station.

Usage

aemet_extremes_clim(station, apikey, parameter = c("T", "P", "V"))

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).

parameter

Character string as temperature (T), precipitatation (P) or wind (W) parameter.

Value

a data.frame.

Examples

Run this code
# NOT RUN {
aemet_extremes_clim("9434", apikey, "T")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab