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

Renamed readWQOData function.

parent e989c680
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -36,7 +36,7 @@ getWQPData <- function(...){ ...@@ -36,7 +36,7 @@ getWQPData <- function(...){
urlCall, urlCall,
"&mimeType=tsv",sep = "") "&mimeType=tsv",sep = "")
retVal <- readWQPData(urlCall) retVal <- parseWQPData(urlCall)
return(retVal) return(retVal)
} }
\ No newline at end of file
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