echoGetEffluent {echor} | R Documentation |
Downloads EPA ECHO DMR records of dischargers with NPDES permits
Description
Uses EPA ECHO API to download the Discharge Monitoring Record (DMR) of a single plant, identified with p_id. Please note that the p_id is case sensitive.
Usage
echoGetEffluent(p_id, verbose = FALSE, ...)
Arguments
p_id |
Character string specify the identifier for the service. Required. Case sensitive. |
verbose |
Logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE |
... |
Further arguments passed on as query parameters sent to EPA's ECHO API. For more options see: https://echo.epa.gov/tools/web-services/effluent-charts#!/Effluent_Charts/get_eff_rest_services_get_effluent_chart |
Value
Returns a dataframe.
Examples
## This example requires an internet connection to run
## Retrieve single DMR for flow
echoGetEffluent(p_id = 'tx0119407', parameter_code = '50050')
[Package echor version 0.1.9 Index]