daily | R Documentation |
Download Daily Summaries
daily(station_id, start_date, end_date, variables = c("tmax", "tmin", "prcp"))
station_id |
Character, station id(s). |
start_date |
Character, start date. |
end_date |
Character, end date. |
variables |
Character, vector of the variables to include. |
station_id can be a vector with multiple stations.
Dates should be given in YYYY-mm-dd
format.
Available variables can be found at https://www.ncei.noaa.gov/pub/data/ghcn/daily/readme.txt.
A tibble with the daily timeseries at the stations.
## Not run:
CA003076680 <- daily("CA003076680", "1990-01-01", "2024-12-31")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.