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

Added url attribute.

parent 294eba84
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -28,6 +28,7 @@ readWQPqw <- function(siteNumber,parameterCd,startDate="",endDate=""){ ...@@ -28,6 +28,7 @@ readWQPqw <- function(siteNumber,parameterCd,startDate="",endDate=""){
url <- constructWQPURL(siteNumber,parameterCd,startDate,endDate) url <- constructWQPURL(siteNumber,parameterCd,startDate,endDate)
retVal <- importWQP(url,TRUE) retVal <- importWQP(url,TRUE)
attr(retVal, "url") <- url
return(retVal) return(retVal)
} }
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