From ed7f70f449fce0968d8f6ceb278057f98f9d435b Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Thu, 11 Sep 2014 10:25:32 -0500
Subject: [PATCH] Shortened example lines.

---
 R/getRDB1Data.r | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/R/getRDB1Data.r b/R/getRDB1Data.r
index 02186041..de62aaf1 100644
--- a/R/getRDB1Data.r
+++ b/R/getRDB1Data.r
@@ -13,9 +13,11 @@
 #' endDate <- "2012-10-01"
 #' offering <- '00003'
 #' property <- '00060'
-#' obs_url <- constructNWISURL(siteNumber,property,startDate,endDate,'dv',format='tsv')
+#' obs_url <- constructNWISURL(siteNumber,property,
+#'          startDate,endDate,'dv',format='tsv')
 #' data <- getRDB1Data(obs_url)
-#' urlMulti <- constructNWISURL("04085427",c("00060","00010"),startDate,endDate,'dv',statCd=c("00003","00001"),'tsv')
+#' urlMulti <- constructNWISURL("04085427",c("00060","00010"),
+#'          startDate,endDate,'dv',statCd=c("00003","00001"),'tsv')
 #' multiData <- getRDB1Data(urlMulti)
 #' unitDataURL <- constructNWISURL(siteNumber,property,
 #'          as.character(Sys.Date()),as.character(Sys.Date()),'uv',format='tsv')
-- 
GitLab