mcimisannual {cimis} | R Documentation |
This function will get weather data from multiple stations over multiple years and return in it a tidy data frame.
mcimisannual(stationlist, yearlist, label = "none", ...)
stationlist |
A list of stations. |
yearlist |
A list of years |
label |
One of "none", "station", and "name" which will add a label of nothing useless, the station number, and the station name, respectively. |
... |
Additional parameters to cimisannual , most likely, period
and units.
|
Keepfile = FALSE is highly not recommended, especially for hourly measurements, as a new connection is opened for each station-year combination.
A dataframe
Greg Hirson <ghirson@ucdavis.edu>
w <- mcimisannual(station = c("006", "077"), year = 2000:2002, label = "name") head(w) tail(w)