This function will retrieve a watershed boundary from WDNR's ArcGIS Rest
Services. A subbasin (HUC8), watershed (HUC 10), or subwatershed (HUC 12) can
be retrieved by passing the HUC code or name as a character string.
See watershed_lookup for a full list of HUC codes and names.
Use filter_huc() to see watersheds by county or
classification level.
A character object specifying the HUC code for a
watershed
watershed_name
A character object specifying the HUC name for a
watershed
county
A character object specifying a county name
sf_object
Any sf polygon object
huc_level
"HUC_8","HUC_10", or "HUC_12"
where
SQL statement
...
Additional parameters that are passed to
get_spatial_layer
Details
A function to retrieve a watershed boundary from WDNR's
subbasin (HUC8), watershed (HUC 10), or subwatershed (HUC 12) spatial layers.
Use 'watershed_lookup' to see a full list of available HUC codes and names.