From b8af80967ecdd60982084e443661ada1e287e28c Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Fri, 26 Jun 2015 10:55:11 -0500
Subject: [PATCH] Internalize this function.

---
 R/checkWQPdates.r | 1 +
 1 file changed, 1 insertion(+)

diff --git a/R/checkWQPdates.r b/R/checkWQPdates.r
index 637783ab..5453865d 100644
--- a/R/checkWQPdates.r
+++ b/R/checkWQPdates.r
@@ -6,6 +6,7 @@
 #' @param values named list with arguments to send to the Water Quality Portal
 #' @return values named list with corrected arguments to send to the Water Quality Portal
 #' @export
+#' @keywords internal
 #' @examples
 #' values <- list(startDateLo="01-01-2002", characteristicName="Phosphorous", 
 #'           endDate=as.Date("2014-01-01"))
-- 
GitLab