echoSDWGetSystems {echor} | R Documentation |
Downloads public water system information
Description
Returns a dataframe of permitted public water systems returned by the query. Uses EPA's ECHO API: https://echo.epa.gov/tools/web-services/facility-search-drinking-water#!/Safe_Drinking_Water/get_sdw_rest_services_get_systems.
Usage
echoSDWGetSystems(verbose = FALSE, ...)
Arguments
verbose |
Logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE |
... |
Further arguments passed as query parameters in request sent to EPA ECHO's API. For more options see: https://echo.epa.gov/tools/web-services/facility-search-drinking-water#!/Safe_Drinking_Water/get_sdw_rest_services_get_systems for a complete list of parameter options. Examples provided below. |
Value
returns a dataframe
Examples
## These examples require an internet connection to run
echoSDWGetSystems(p_co = "Brazos", p_st = "tx")
[Package echor version 0.1.9 Index]