From 9ba0f1efffccf0511358c0f2cff96d07374c76f7 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Wed, 8 Jan 2014 14:43:00 -0600 Subject: [PATCH] Added information on what additional information is included in the expanded option. --- man/retrieveNWISqwData.Rd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/retrieveNWISqwData.Rd b/man/retrieveNWISqwData.Rd index 42d48a71..ae2ccb1b 100644 --- a/man/retrieveNWISqwData.Rd +++ b/man/retrieveNWISqwData.Rd @@ -19,7 +19,12 @@ retrieveNWISqwData(siteNumber, pCodes, startDate, endDate, expanded = FALSE, the form YYYY-MM-DD.} \item{expanded}{logical defaults to FALSE. If TRUE, - retrieves additional information.} + retrieves additional information. Expanded data includes + remark_cd (remark code), result_va (result value), + val_qual_tx (result value qualifier code), meth_cd + (method code), dqi_cd (data-quality indicator code), + rpt_lev_va (reporting level), and rpt_lev_cd (reporting + level type).} \item{interactive}{logical Option for interactive mode. If true, there is user interaction for error handling and -- GitLab