From e83d80b4d58ce1a6f11a5d210b18db7136b6f872 Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Wed, 23 Jan 2013 15:01:49 -0600
Subject: [PATCH] Improved documentation.

---
 R/getQWData.r    | 4 ++--
 man/getQWData.Rd | 9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/R/getQWData.r b/R/getQWData.r
index 03c85928..028bc98a 100644
--- a/R/getQWData.r
+++ b/R/getQWData.r
@@ -1,6 +1,6 @@
-#' Raw Data Import for USGS NWIS Water Quality Data
+#' Data Import for USGS NWIS Water Quality Data
 #'
-#' Imports data from NWIS web service. This function gets the data from here: \url{http://www.waterqualitydata.us}
+#' Imports and processes data from NWIS web service. This function gets the data from here: \url{http://www.waterqualitydata.us}
 #' 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}
 #'
diff --git a/man/getQWData.Rd b/man/getQWData.Rd
index 8a58e790..8348de8d 100644
--- a/man/getQWData.Rd
+++ b/man/getQWData.Rd
@@ -1,6 +1,6 @@
 \name{getQWData}
 \alias{getQWData}
-\title{Raw Data Import for USGS NWIS Water Quality Data}
+\title{Data Import for USGS NWIS Water Quality Data}
 \usage{
   getQWData(siteNumber, ParameterCd, StartDate, EndDate,
     interactive = TRUE)
@@ -32,9 +32,10 @@
   requested parameter codes)
 }
 \description{
-  Imports data from NWIS web service. This function gets
-  the data from here: \url{http://www.waterqualitydata.us}
-  A list of parameter codes can be found here:
+  Imports and processes data from NWIS web service. This
+  function gets the data from here:
+  \url{http://www.waterqualitydata.us} 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}
-- 
GitLab