Learn R Programming

climaemet (version 0.2.0)

aemet_normal_clim: Normal climatology values for a station

Description

Get normal climatology values for a station. Standard climatology from 1981 to 2010.

Usage

aemet_normal_clim(station, apikey)

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

Value

a data.frame.

Examples

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

Run the code above in your browser using DataLab