| get_nhdplus_interactively {gwavr} | R Documentation | 
Get NHDPlus Interactively
Description
This function allows the user go get NHDPlus realizations interactively with a shiny app.
Usage
get_nhdplus_interactively(
  ns = "hydro-ui",
  viewer = shiny::paneViewer(),
  title = "NHDPlus",
  ...
)
Arguments
| ns | 
 | 
| viewer | 
 | 
| title | 
 | 
| ... | other arguments to  | 
Value
A list of sf objects that the user collected during shiny session.
Note
The picker list has several options right now: NHDPlus Catchments, NHDPlus Flowlines, NHDPlus Waterbodies, NHDPlus Outlet, HUC 2-12, NWIS Site.
Examples
if(interactive()){
nhdplus_data <- get_nhdplus_interactively()
}