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

Added url attribute.

parent 521ca4be
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -69,6 +69,7 @@ whatNWISsites <- function(...){ ...@@ -69,6 +69,7 @@ whatNWISsites <- function(...){
retval <- retval[!duplicated(retval),] retval <- retval[!duplicated(retval),]
retval$queryTime <- Sys.time() retval$queryTime <- Sys.time()
attr(retVal, "url") <- urlCall
return(retval) return(retval)
} else { } else {
......
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