powered by
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.
echoSDWGetSystems(verbose = FALSE, ...)
returns a dataframe
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.
# \donttest{ ## These examples require an internet connection to run echoSDWGetSystems(p_co = "Brazos", p_st = "tx") # }
Run the code above in your browser using DataLab