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

Took out interactive.

parent 8a43c343
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#' startGW <- "2013-10-01" #' startGW <- "2013-10-01"
#' endGW <- "2014-06-30" #' endGW <- "2014-06-30"
#' groundwaterExampleURL <- constructNWISURL(groundWaterSite, NA, #' groundwaterExampleURL <- constructNWISURL(groundWaterSite, NA,
#' startGW,endGW, service="gwlevels", format="xml",interactive=FALSE) #' startGW,endGW, service="gwlevels", format="xml")
#' groundWater <- getWaterML1Data(groundwaterExampleURL) #' groundWater <- getWaterML1Data(groundwaterExampleURL)
#' unitDataURL <- constructNWISURL(siteNumber,property, #' unitDataURL <- constructNWISURL(siteNumber,property,
#' "2014-10-10","2014-10-10",'uv',format='xml') #' "2014-10-10","2014-10-10",'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