Description Usage Arguments Examples
Takes a list of hucs 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 2 | build_nwc_flow_dataset(hucs, start_date = "1980-10-01",
end_date = "2010-09-30")
|
hucs |
A character vector of 12-digit HUCs. |
start_date |
character representation of the start date in YYYY-MM-DD format. |
end_date |
character representation of the end date in YYYY-MM-DD format. |
1 2 3 4 | hucs <- c("031601020108","031501100104")
start_date <- "2008-10-01"
end_date <- "2010-09-30"
build_nwc_flow_dataset(hucs, start_date, end_date)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.