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

Improved error handling.

parent 865b21df
No related branches found
No related tags found
1 merge request!59Error handling.
......@@ -116,7 +116,7 @@ readWQPdata <- function(...){
retval <- importWQP(urlCall,FALSE)
if(!is.na(retval)){
if(!all(is.na(retval))){
siteInfo <- whatWQPsites(...)
siteInfoCommon <- data.frame(station_nm=siteInfo$MonitoringLocationName,
......
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