powered by
Returns a list of sites from the NWIS web service. This function gets the data from: https://waterservices.usgs.gov/rest/Site-Test-Tool.html. Mapper format is used
whatNWISsites(...)
see https://waterservices.usgs.gov/rest/Site-Service.html for a complete list of options. A list (or lists) can also be supplied.
A data frame with at least the following columns:
There are also several useful attributes attached to the data frame:
# NOT RUN { siteListPhos <- whatNWISsites(stateCd="OH",parameterCd="00665") oneSite <- whatNWISsites(sites="05114000") # }
Run the code above in your browser using DataLab