From 45dc5f8899785c41c7e427de54130ffff9754d1f Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Tue, 2 Dec 2014 09:17:02 -0600 Subject: [PATCH] Adding multi-site example. --- R/readWQPqw.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/readWQPqw.r b/R/readWQPqw.r index f53c5390..5ed6e75b 100644 --- a/R/readWQPqw.r +++ b/R/readWQPqw.r @@ -25,7 +25,7 @@ #' \dontrun{ #' rawPcode <- readWQPqw('USGS-01594440','01075', '', '') #' rawCharacteristicName <- readWQPqw('WIDNR_WQX-10032762','Specific conductance', '', '') -#' rawSites <- readWQPqw(c('USGS-01594440', 'USGS-01594440'), '01075','','') +#' rawPHmultiSite <- readWQPqw(c('USGS-05406450', 'USGS-05427949','WIDNR_WQX-133040'), 'pH','','') #' } readWQPqw <- function(siteNumbers,parameterCd,startDate="",endDate=""){ -- GitLab