# \donttest{
## These examples require an internet connection to run
## Retrieve table of facilities by bounding box
echoWaterGetFacilityInfo(xmin = '-96.407563',
ymin = '30.554395',
xmax = '-96.25947',
ymax = '30.751984',
p_pcomp = 'POW',
output = 'df')
## Retrieve a simple features dataframe by bounding box
spatialdata <- echoWaterGetFacilityInfo(xmin = '-96.407563',
ymin = '30.554395',
xmax = '-96.25947',
ymax = '30.751984',
p_pcomp = 'POW',
output = 'sf')
# }
Run the code above in your browser using DataLab