From efa0560366d9b3639ac99d70ff0dd86965eee3f7 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Wed, 9 Jul 2014 13:54:20 -0500 Subject: [PATCH] Updated help file. --- R/retrieveNWISData.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/retrieveNWISData.r b/R/retrieveNWISData.r index 64a81074..5835f762 100644 --- a/R/retrieveNWISData.r +++ b/R/retrieveNWISData.r @@ -5,7 +5,7 @@ #' A list of statistic codes can be found here: \url{http://help.waterdata.usgs.gov/code/stat_code_query?fmt=html} #' #' @param siteNumber string USGS site number. This is usually an 8 digit number -#' @param ParameterCd string USGS parameter code. This is usually an 5 digit number. +#' @param ParameterCd string or vector of USGS parameter code. This is usually an 5 digit number.. #' @param StartDate string starting date for data retrieval in the form YYYY-MM-DD. #' @param EndDate string ending date for data retrieval in the form YYYY-MM-DD. #' @param StatCd string USGS statistic code. This is usually 5 digits. Daily mean (00003) is the default. -- GitLab