From 2270f9272003f182604adc5acd38b60d363c3799 Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Tue, 2 Dec 2014 09:17:11 -0600 Subject: [PATCH] Help file updates. --- man/readNWISdv.Rd | 2 +- man/readWQPqw.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/readNWISdv.Rd b/man/readNWISdv.Rd index f566a78f..fa2e6365 100644 --- a/man/readNWISdv.Rd +++ b/man/readNWISdv.Rd @@ -25,7 +25,7 @@ A data frame with the following columns: Name \tab Type \tab Description \cr agency \tab character \tab The NWIS code for the agency reporting the data\cr site \tab character \tab The USGS site number \cr -datetime \tab Date \tab The date of the value \cr +Date \tab Date \tab The date of the value \cr code \tab character \tab Any codes that qualify the corresponding value\cr value \tab numeric \tab The numeric value for the parameter \cr } diff --git a/man/readWQPqw.Rd b/man/readWQPqw.Rd index 8b77b23d..77115940 100644 --- a/man/readWQPqw.Rd +++ b/man/readWQPqw.Rd @@ -33,7 +33,7 @@ site name, such as 'USGS-01234567'. \dontrun{ rawPcode <- readWQPqw('USGS-01594440','01075', '', '') rawCharacteristicName <- readWQPqw('WIDNR_WQX-10032762','Specific conductance', '', '') -rawSites <- readWQPqw(c('USGS-01594440', 'USGS-01594440'), '01075','','') +rawPHmultiSite <- readWQPqw(c('USGS-05406450', 'USGS-05427949','WIDNR_WQX-133040'), 'pH','','') } } \seealso{ -- GitLab