Skip to content
Snippets Groups Projects
Commit 845f3abb authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Added multi-pcode example.

parent bd5bc1b2
No related branches found
No related tags found
1 merge request!2Updating naming convention + other minor changes.
......@@ -19,6 +19,7 @@
#' Chloride <- getWQPData('USGS-01594440','Chloride', '', '')
#' SC <- getWQPData('WIDNR_WQX-10032762','Specific conductance', '', '')
#' NWIS_Cl <- getWQPData('USGS-04024000','30234', '', '')
#' MultipleQW <- getWQPData('USGS-04024000',c('30234','90095'), '', '')
getWQPData <- function(siteNumber,characteristicName,StartDate,EndDate,interactive=TRUE){
retval <- retrieveWQPqwData(siteNumber=siteNumber,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment