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

Added some details on summing multiple analytes to help file.

parent 94310472
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/} #' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/}
#' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table} #' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
#' For raw data, use getQWData. This function will retrieve the raw data, and compress it (summing constituents). See #' For raw data, use getQWData. This function will retrieve the raw data, and compress it (summing constituents). See
#' chapter 7 of the EGRET user guide for more details. #' section 3.4 of the vignette for more details.
#' #'
#' @param siteNumber string USGS site number. This is usually an 8 digit number #' @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 USGS parameter code. This is usually an 5 digit number.
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
\url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table} \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
For raw data, use getQWData. This function will retrieve For raw data, use getQWData. This function will retrieve
the raw data, and compress it (summing constituents). See the raw data, and compress it (summing constituents). See
chapter 7 of the EGRET user guide for more details. section 3.4 of the vignette for more details.
} }
\examples{ \examples{
# These examples require an internet connection to run # These examples require an internet connection to run
......
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