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

Took out example because it took too long to run.

parent 61dbf591
No related branches found
No related tags found
1 merge request!25Crannifying.
...@@ -9,8 +9,10 @@ ...@@ -9,8 +9,10 @@
#' (subsequent qualifier/value columns could follow depending on requested parameter codes) #' (subsequent qualifier/value columns could follow depending on requested parameter codes)
#' @export #' @export
#' @examples #' @examples
#' \dontrun{
#' nameToUse <- "pH" #' nameToUse <- "pH"
#' pHData <- getWQPData(siteid="USGS-04024315",characteristicName=nameToUse) #' pHData <- getWQPData(siteid="USGS-04024315",characteristicName=nameToUse)
#' }
getWQPData <- function(...){ getWQPData <- function(...){
matchReturn <- list(...) matchReturn <- list(...)
......
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