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

Unifying argument names.

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