Description Usage Arguments Value Examples
This function gathers and summarizes water use data from USGS NWIS by county, year, source (surface or groundwater) and quality (fresh or saline)
1 | getWaterUse(states, counties, years = "ALL")
|
states |
list of state abbreviations |
counties |
list of county name lists for each state |
years |
list of years of available data |
list of dataframes of water withdrawals (MGD) by use category, one for each water source and quality:
swf |
surface water, fresh |
gwf |
groundwater, fresh |
sws |
surface water, saline |
gws |
groundwater, saline |
1 | wu <- getWaterUse(c('IL'), c('Cook', 'DeKalb'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.