Learn R Programming

climaemet (version 0.2.0)

aemet_monthly_clim: Monthly/annual climatology values for a station

Description

Get monthly/annual climatology values for a station.

Usage

aemet_monthly_clim(station, apikey, year)

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

year

Numeric value as date (format: %Y).

Value

a data.frame.

Examples

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

Run the code above in your browser using DataLab