riem_measures {riem}R Documentation

Get weather data from one station

Description

Get weather data from one station

Usage

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.# nolint: line_length_linter

Value

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

Examples

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

## End(Not run)

[Package riem version 0.3.2 Index]