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

Took out url.exists.

parent a18e1408
No related branches found
No related tags found
1 merge request!50UTC
......@@ -203,12 +203,13 @@ constructNWISURL <- function(siteNumber,parameterCd="00060",startDate="",endDate
}
)
if(url.exists(url)){
return(url)
} else {
stop("The following url doesn't seem to exist:\n",url)
}
# This was waaay to slow:
# if(url.exists(url)){
# return(url)
# } else {
# stop("The following url doesn't seem to exist:\n",url)
# }
return(url)
}
......
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