|
12 | 12 | #' siteNumber <- "02177000"
|
13 | 13 | #' startDate <- "2012-09-01"
|
14 | 14 | #' endDate <- "2012-10-01"
|
15 |
| -#' offering <- '00003' |
16 |
| -#' property <- '00060' |
| 15 | +#' offering <- "00003" |
| 16 | +#' property <- "00060" |
17 | 17 | #' obs_url <- constructNWISURL(siteNumber,property,
|
18 |
| -#' startDate,endDate,'dv',format='tsv') |
| 18 | +#' startDate,endDate,"dv",format="tsv") |
19 | 19 | #' data <- getRDB1Data(obs_url)
|
20 | 20 | #' urlMulti <- constructNWISURL("04085427",c("00060","00010"),
|
21 |
| -#' startDate,endDate,'dv',statCd=c("00003","00001"),'tsv') |
| 21 | +#' startDate,endDate,"dv",statCd=c("00003","00001"),"tsv") |
22 | 22 | #' multiData <- getRDB1Data(urlMulti)
|
23 | 23 | #' unitDataURL <- constructNWISURL(siteNumber,property,
|
24 |
| -#' as.character(Sys.Date()),as.character(Sys.Date()),'uv',format='tsv') |
| 24 | +#' "2014-10-10","2014-10-10","uv",format="tsv") |
25 | 25 | #' unitData <- getRDB1Data(unitDataURL, asDateTime=TRUE)
|
26 | 26 | getRDB1Data <- function(obs_url,asDateTime=FALSE, qw=FALSE){
|
27 | 27 |
|
|
0 commit comments