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

Found a bug!

parent 0d55cbc4
No related branches found
No related tags found
1 merge request!129gwlevels to rdb
...@@ -129,7 +129,7 @@ readWQPqw <- function(siteNumbers,parameterCd,startDate="",endDate="",tz=""){ ...@@ -129,7 +129,7 @@ readWQPqw <- function(siteNumbers,parameterCd,startDate="",endDate="",tz=""){
startDateLo=startDate, startDateHi=endDate) startDateLo=startDate, startDateHi=endDate)
} else { } else {
siteInfo <- whatWQPsites(siteid=paste0(siteNumbers,collapse=";"), siteInfo <- whatWQPsites(siteid=paste0(siteNumbers,collapse=";"),
characteristicName=paste0(parameterCd,collapse=";"), characteristicName=URLencode(paste0(parameterCd,collapse=";")),
startDateLo=startDate, startDateHi=endDate) startDateLo=startDate, startDateHi=endDate)
} }
......
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