# NOT RUN {
baseURL <- "https://waterservices.usgs.gov/nwis/dv/?format=waterml,2.0"
URL <- paste(baseURL, "sites=01646500",
"startDT=2014-09-01",
"endDT=2014-09-08",
"statCd=00003",
"parameterCd=00060",sep="&")
# }
# NOT RUN {
timesereies <- importWaterML2(URL, asDateTime=TRUE, tz="UTC")
# }
Run the code above in your browser using DataLab