From e740be9df2bb6c3b11dffc4b6de5dc80d5a8087d Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Wed, 20 Nov 2013 14:49:25 -0600 Subject: [PATCH] Added some details on summing multiple analytes to help file. --- R/getSampleData.r | 2 +- man/getSampleData.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/getSampleData.r b/R/getSampleData.r index 89e6666e..71de6d39 100644 --- a/R/getSampleData.r +++ b/R/getSampleData.r @@ -4,7 +4,7 @@ #' 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} #' 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 ParameterCd string USGS parameter code. This is usually an 5 digit number. diff --git a/man/getSampleData.Rd b/man/getSampleData.Rd index 03563421..51fa28ff 100644 --- a/man/getSampleData.Rd +++ b/man/getSampleData.Rd @@ -35,7 +35,7 @@ \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 - chapter 7 of the EGRET user guide for more details. + section 3.4 of the vignette for more details. } \examples{ # These examples require an internet connection to run -- GitLab