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

Shortened help lines.

parent 74ea3cf1
No related branches found
No related tags found
1 merge request!9Added a lot of error handling.
...@@ -13,11 +13,13 @@ ...@@ -13,11 +13,13 @@
#' endDate <- "2012-10-01" #' endDate <- "2012-10-01"
#' offering <- '00003' #' offering <- '00003'
#' property <- '00060' #' property <- '00060'
#' obs_url <- constructNWISURL(sites,property,startDate,endDate,'dv') #' obs_url <- constructNWISURL(siteNumber,property,startDate,endDate,'dv')
#' data <- getWaterML1Data(obs_url) #' data <- getWaterML1Data(obs_url)
#' urlMulti <- constructNWISURL("04085427",c("00060","00010"),startDate,endDate,'dv',statCd=c("00003","00001")) #' urlMulti <- constructNWISURL("04085427",c("00060","00010"),
#' startDate,endDate,'dv',statCd=c("00003","00001"))
#' multiData <- getWaterML1Data(urlMulti) #' multiData <- getWaterML1Data(urlMulti)
#' goundwaterExampleURL <- "http://waterservices.usgs.gov/nwis/gwlevels/?format=waterml&sites=431049071324301&startDT=2013-10-01&endDT=2014-06-30" #' goundwaterExampleURL <-
#' "http://waterservices.usgs.gov/nwis/gwlevels/?format=waterml&sites=431049071324301&startDT=2013-10-01&endDT=2014-06-30"
#' groundWater <- getWaterML1Data(goundwaterExampleURL) #' groundWater <- getWaterML1Data(goundwaterExampleURL)
#' unitDataURL <- constructNWISURL(siteNumber,property, #' unitDataURL <- constructNWISURL(siteNumber,property,
#' as.character(Sys.Date()),as.character(Sys.Date()),'uv',format='xml') #' as.character(Sys.Date()),as.character(Sys.Date()),'uv',format='xml')
......
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