echoGetEffluent: Downloads EPA ECHO data

Description Usage Arguments Value Examples

Description

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

Usage

1
echoGetEffluent(permit, parameter, start, end)

Arguments

permit

character. The NPDES permit number of the wastewater treatment plant. Typically in format "st0123456" where 'st' is the state abreviation, followed by the permit number

parameter

character. The reporting parameter number, see https://echo.epa.gov/help/reports/effluent-charts-help

start

character. The start date in format "yyyy-mm-dd"

end

character the end date in format "yyyy-mm-dd"

Value

The output will be a tibble of reported parameter statistics

Examples

1
2
3
## Not run: echoGetEffluent("tx0119407", "50050", "2010-01-01",
  "2011-01-01")
## End(Not run)

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