Skip to content
Snippets Groups Projects
Commit 2197dad8 authored by Read, Jordan S.'s avatar Read, Jordan S.
Browse files

to Access=0

parent c85f9024
No related branches found
No related tags found
1 merge request!149straw dog for access pattern
...@@ -25,7 +25,7 @@ setAccess = function(access="public"){ ...@@ -25,7 +25,7 @@ setAccess = function(access="public"){
access.param = '?Access=3' access.param = '?Access=3'
message('setting access to internal') message('setting access to internal')
}else { }else {
access.param = '?Access=1' access.param = '?Access=0'
} }
pkg.env$waterservices = paste0("http://waterservices.usgs.gov/nwis/site/", access.param) pkg.env$waterservices = paste0("http://waterservices.usgs.gov/nwis/site/", access.param)
......
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