diff --git a/R/getRDB1Data.r b/R/getRDB1Data.r
index 0218604153decc39ce9706934810de4faf3614b5..de62aaf106a4a0793ff4e8ea08621ade487018f0 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')