From 776388deca04f7c70a2276124d4b012547b5aea3 Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Fri, 1 Aug 2014 16:51:50 -0500
Subject: [PATCH] Updated help

---
 R/getSTORETSampleData.R | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/R/getSTORETSampleData.R b/R/getSTORETSampleData.R
index 0029d140..ceab2913 100644
--- a/R/getSTORETSampleData.R
+++ b/R/getSTORETSampleData.R
@@ -1,10 +1,8 @@
 #' Import Sample Data for WRTDS
 #'
-#' Imports data from NWIS web service. This function gets the data from here: \url{http://qwwebservices.usgs.gov/}
-#' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/}
-#' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
-#' For raw data, use getQWData.  This function will retrieve the raw data, and compress it (summing constituents). See
-#' chapter 7 of the EGRET user guide for more details.
+#' Imports data from the Water Quality Portal. This function gets the data from: \url{http://www.waterqualitydata.us}
+#' For raw data, use getWQPData.  This function will retrieve the raw data, and compress it (summing constituents). See
+#' chapter 7 of the EGRET user guide for more details, then converts it to the Sample dataframe structure.
 #'
 #' @param siteNumber string site number.  If USGS, it should be in the form :'USGS-XXXXXXXXX...'
 #' @param characteristicName string
-- 
GitLab