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

Unifying argument names.

parent 42a4a2ef
No related branches found
No related tags found
1 merge request!7Response to reviewer's comments.
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#' @export #' @export
#' @examples #' @examples
#' nameToUse <- "pH" #' nameToUse <- "pH"
#' pHData <- getGeneralWQPData(siteNumber="USGS-04024315",characteristicName=nameToUse) #' pHData <- getGeneralWQPData(siteid="USGS-04024315",characteristicName=nameToUse)
getGeneralWQPData <- function(...){ getGeneralWQPData <- function(...){
matchReturn <- match.call() matchReturn <- match.call()
......
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