From 3a5a5e41fa1c8c6a4004b3b6c05f2fa2277bc496 Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Tue, 11 Nov 2014 16:17:38 -0600 Subject: [PATCH] Added url attribute. --- R/whatNWISsites.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/whatNWISsites.R b/R/whatNWISsites.R index fbc26a32..eea94eda 100644 --- a/R/whatNWISsites.R +++ b/R/whatNWISsites.R @@ -69,6 +69,7 @@ whatNWISsites <- function(...){ retval <- retval[!duplicated(retval),] retval$queryTime <- Sys.time() + attr(retVal, "url") <- urlCall return(retval) } else { -- GitLab