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

Fixed bug.

parent 3c31f7b2
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -24,7 +24,7 @@ whatNWISsites <- function(...){ ...@@ -24,7 +24,7 @@ whatNWISsites <- function(...){
urlCall <- paste(baseURL, urlCall <- paste(baseURL,
urlCall,sep = "") urlCall,sep = "")
if(url.exists(urlSitefile)){ if(url.exists(urlCall)){
h <- basicHeaderGatherer() h <- basicHeaderGatherer()
doc = tryCatch({ doc = tryCatch({
returnedDoc <- getURI(urlCall, headerfunction = h$update) returnedDoc <- getURI(urlCall, 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