Description Usage Arguments Value Author(s) Examples
Subset the stations table, selecting stations with weather data in a given period of time
| 1 | stationsPeriod(startDate, endDate, stations, wholePeriod = FALSE)
 | 
| startDate | first date for which to include weather data | 
| endDate | last date for which to include weather data | 
| stations | stations data table (data frame) | 
| wholePeriod | select only stations that cover the entire period | 
data frame
Jacob van Etten
| 1 2 3 | data(stations)
stationsSubset <- stationsPeriod("2010-01-01","2010-12-31", stations=stations)
  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.