knmi_historic_data: Retrieve historic weather data for the Netherlands

Description Usage Arguments Format Value Author(s) Examples

View source: R/knmi_historic.R

Description

This function retrieves historic weather data collected by the official KNMI weather stations. See spatialrisk::knmi_stations for a list of the official KNMI weather stations.

Usage

1
knmi_historic_data(startyear, endyear)

Arguments

startyear

start year for historic weather data.

endyear

end year for historic weather data.

Format

The returned data frame contains the following columns:

Value

Data frame containing weather data and meta data for weather station locations.

Author(s)

Martin Haringa

Examples

1
2
3
4
## Not run: 
knmi_historic_data(2015, 2019)

## End(Not run)

spatialrisk documentation built on Nov. 10, 2021, 5:09 p.m.