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

Fixed start origin.

parent 6317a001
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ constructNWISURL <- function(siteNumber,parameterCd,startDate,endDate,service,st
if (nzchar(startDate)) {
url <- paste(url,"&startDT=",startDate,sep="")
} else {
startorgin <- "1850-01-01"
startorgin <- "1851-01-01"
if ("uv" == service) startorgin <- "1900-01-01"
url <- paste(url,"&startDT=",startorgin,sep="")
}
......
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