powered by
Retrieve site data from the National Ground Water Monitoring Network https://cida.usgs.gov/ngwmn/.
readNGWMNsites(siteNumbers)
character Vector of feature IDs formatted with agency code and site number separated by a period or semicolon, e.g. USGS.404159100494601.
USGS.404159100494601
A data frame the following columns: #'
# NOT RUN { #one site site <- "USGS.430427089284901" oneSite <- readNGWMNsites(siteNumbers = site) #non-USGS site site <- "MBMG.103306" siteInfo <- readNGWMNsites(siteNumbers = site) # }
Run the code above in your browser using DataLab