echoSDWGetSystems | R Documentation |
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, ...)
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. |
returns a dataframe
## These examples require an internet connection to run
echoSDWGetSystems(p_co = "Brazos", p_st = "tx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.