filter_on_year | R Documentation |
Filter HydroMonitor ObservationWell data on year.
filter_on_year(hm, minyear = 1900, maxyear = 3000)
hm |
HydroMonitor Observation Well data as read by |
minyear |
Minimal year to read data from (integer) |
maxyear |
Maximal year to read data from (integer) |
Filtered HydroMonitor ObservationWell data
## Not run:
filtered <- hm1 |> filter_on_year( minyear=2000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.