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

Took out expanded requirement.

parent 7d020c54
No related branches found
No related tags found
1 merge request!13Added multiple sites to site requests.
...@@ -18,7 +18,7 @@ getNWISSites <- function(...){ ...@@ -18,7 +18,7 @@ getNWISSites <- function(...){
urlCall <- paste(paste(names(values),values,sep="="),collapse="&") urlCall <- paste(paste(names(values),values,sep="="),collapse="&")
baseURL <- "http://waterservices.usgs.gov/nwis/site/?format=rdb&siteOutput=expanded&" baseURL <- "http://waterservices.usgs.gov/nwis/site/?format=rdb&"
urlCall <- paste(baseURL, urlCall <- paste(baseURL,
urlCall,sep = "") urlCall,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