ww_peakUSGS: Get Peak Flows
Description
Get Peak Flows
Usage
ww_peakUSGS(sites, parallel = FALSE, wy_month = 10, verbose = TRUE, ...)
Value
a tibble with peaks by water year
Arguments
- sites
A vector of USGS NWIS sites
- parallel
logical indicating whether to use future_map().
- wy_month
numeric indicating the start month of the water year. e.g. 10 (default).
- verbose
logical for printing information. TRUE (default).
- ...
arguments to pass on to future_map.