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

Changed to error message.

parent 2fcd2729
No related branches found
No related tags found
1 merge request!9Added a lot of error handling.
...@@ -80,7 +80,7 @@ getRDB1Data <- function(obs_url,asDateTime=FALSE){ ...@@ -80,7 +80,7 @@ getRDB1Data <- function(obs_url,asDateTime=FALSE){
row.names(data) <- NULL row.names(data) <- NULL
return(data) return(data)
} else { } else {
message(paste("URL caused a warning:", obs_url)) message(paste("URL caused an error:", obs_url))
message("Content-Type=",h$value()["Content-Type"]) message("Content-Type=",h$value()["Content-Type"])
} }
} }
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