Description Usage Arguments Value Examples
echoGetEffluent() downloads specified wastewater discharge montitoring
report data using ECHO API, GET, and jsonlite.
| 1 | 
| ... | see https://echo.epa.gov/tools/web-services/facility-search-water#!/Facility_Information/get_cwa_rest_services_get_facility_info for a complete list of parameter options. Examples provided below. | 
The output will be a tibble of facility details
A data frame, the number of variables will depend on the reporting requirements of the retrived plants
| 1 2 3 4 5 6 | ## Not run: 
## Not run:
## Retrieve facilities by bounding box
echoGetFacilities(xmin = "-96.407563", ymin = "30.554395", xmax = "-96.25947", ymax = "30.751984")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.