Learn R Programming

climaemet (version 0.2.0)

aemet_monthly_period_all: Monthly climatology of all stations for a period of time

Description

Get monthly climatology values for a period of years for all stations.

Usage

aemet_monthly_period_all(apikey, start, end)

Arguments

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_monthly_period_all(apikey, 2000, 2010)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab