echoGetEffluent: 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, ...)
Value
Returns a dataframe.
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
# \donttest{## This example requires an internet connection to run## Retrieve single DMR for flowechoGetEffluent(p_id = 'tx0119407', parameter_code = '50050')
# }