From fc1e9480272bb6f6800890f230e246bccc9a20ba Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Thu, 19 Feb 2015 14:33:58 -0600 Subject: [PATCH] URL attribute was being stripped off of readNWISqw call. --- R/readNWISqw.r | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/readNWISqw.r b/R/readNWISqw.r index 540658d6..5f929ed8 100644 --- a/R/readNWISqw.r +++ b/R/readNWISqw.r @@ -165,7 +165,8 @@ readNWISqw <- function (siteNumbers,parameterCd,startDate="",endDate="", attr(data, "siteInfo") <- siteInfo attr(data, "variableInfo") <- varInfo attr(data, "statisticInfo") <- NULL - + attr(data, "url") <- url + attr(data, "queryTime") <- Sys.time() return (data) } -- GitLab