riem_measures: Get weather data from one station

Description Usage Arguments Details Value Examples

View source: R/measures.R

Description

Get weather data from one station

Usage

1
2
3
4
5
riem_measures(
  station = "VOHY",
  date_start = "2014-01-01",
  date_end = as.character(Sys.Date())
)

Arguments

station

station ID, see riem_stations()

date_start

date of start of the desired data, e.g. "2000-01-01"

date_end

date of end of the desired data, e.g. "2016-04-22"

Details

The data is queried through https://mesonet.agron.iastate.edu/request/download.phtml.

Value

a data.frame (tibble tibble) with measures, the number of columns can vary from station to station, but possible variables are

Examples

1
2
3
4
## Not run: 
riem_measures(station = "VOHY", date_start = "2016-01-01", date_end = "2016-04-22")

## End(Not run)

riem documentation built on Feb. 8, 2022, 5:13 p.m.

Related to riem_measures in riem...