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

Added interactive argument to constructurl call.

parent 53c408e9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
#' rawSampleSelect <- getRawQWData('05114000',c('00915','00931'), '1985-01-01', '1985-04-30')
getRawQWData <- function(siteNumber,ParameterCd,StartDate,EndDate,interactive=TRUE){
url <- constructNWISURL(siteNumber,ParameterCd,StartDate,EndDate,"wqp")
url <- constructNWISURL(siteNumber,ParameterCd,StartDate,EndDate,"wqp",interactive=interactive)
# require(RCurl)
h <- basicHeaderGatherer()
doc <- getURI(url, headerfunction = h$update)
......
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