Description Usage Arguments Examples
Takes a list of sites and a start and end date of interest. Returns a named list containing dates, streamflow, and drainage area. Units are square miles and cubic feet per second.
1 | build_nwis_dv_dataset(sites, start_date, end_date)
|
sites |
A character vector of NWIS sites. |
start_date |
A string representation of the start date in YYYY-MM-DD format. |
end_date |
A string representation of the end date in YYYY-MM-DD format. |
1 2 3 4 | sites <- c("02177000","02178400")
start_date <- "2008-10-01"
end_date <- "2010-09-30"
build_nwis_dv_dataset(sites, start_date, end_date)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.