Skip to content
Snippets Groups Projects
Commit ea511089 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Took out long-running example.

parent 72f134d4
No related branches found
No related tags found
1 merge request!53Help file updates.
...@@ -52,11 +52,11 @@ ...@@ -52,11 +52,11 @@
#' startDate <- '2010-01-01' #' startDate <- '2010-01-01'
#' endDate <- '' #' endDate <- ''
#' parameterCd <- c('34247','30234','32104','34220') #' parameterCd <- c('34247','30234','32104','34220')
#' #' \dontrun{
#' rawNWISqwData <- readNWISqw(siteNumbers,parameterCd,startDate,endDate) #' rawNWISqwData <- readNWISqw(siteNumbers,parameterCd,startDate,endDate)
#' rawNWISqwDataReshaped <- readNWISqw(siteNumbers,parameterCd, #' rawNWISqwDataReshaped <- readNWISqw(siteNumbers,parameterCd,
#' startDate,endDate,reshape=TRUE) #' startDate,endDate,reshape=TRUE)
#' #' }
readNWISqw <- function (siteNumbers,parameterCd,startDate="",endDate="", readNWISqw <- function (siteNumbers,parameterCd,startDate="",endDate="",
expanded=TRUE,reshape=FALSE,tz=""){ expanded=TRUE,reshape=FALSE,tz=""){
......
...@@ -64,10 +64,11 @@ siteNumbers <- c('04024430','04024000') ...@@ -64,10 +64,11 @@ siteNumbers <- c('04024430','04024000')
startDate <- '2010-01-01' startDate <- '2010-01-01'
endDate <- '' endDate <- ''
parameterCd <- c('34247','30234','32104','34220') parameterCd <- c('34247','30234','32104','34220')
\dontrun{
rawNWISqwData <- readNWISqw(siteNumbers,parameterCd,startDate,endDate) rawNWISqwData <- readNWISqw(siteNumbers,parameterCd,startDate,endDate)
rawNWISqwDataReshaped <- readNWISqw(siteNumbers,parameterCd, rawNWISqwDataReshaped <- readNWISqw(siteNumbers,parameterCd,
startDate,endDate,reshape=TRUE) startDate,endDate,reshape=TRUE)
}
} }
\seealso{ \seealso{
\code{\link{readWQPdata}}, \code{\link{whatWQPsites}}, \code{\link{readWQPdata}}, \code{\link{whatWQPsites}},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment