echoGetFacilities: Downloads EPA ECHO facility data

Description Usage Arguments Value Examples

Description

echoGetEffluent() downloads specified wastewater discharge montitoring report data using ECHO API, GET, and jsonlite.

Usage

1

Arguments

...

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.

Value

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

Examples

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)

mps9506/watertools documentation built on May 20, 2019, 3:32 p.m.