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

Removing time zone information from daily data.

parent 6f6d5c8c
No related branches found
No related tags found
1 merge request!50UTC
......@@ -15,7 +15,6 @@
#' 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
#' tz_cd \tab character \tab The time zone code for datetime \cr
#' code \tab character \tab Any codes that qualify the corresponding value\cr
#' value \tab numeric \tab The numeric value for the parameter \cr
#' }
......
......@@ -24,7 +24,6 @@ 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
tz_cd \tab character \tab The time zone code for datetime \cr
code \tab character \tab Any codes that qualify the corresponding value\cr
value \tab numeric \tab The numeric value for the parameter \cr
}
......
......@@ -4,7 +4,7 @@
\title{Raw Data Import for USGS NWIS QW Data}
\usage{
readNWISqw(siteNumber, pCodes, startDate = "", endDate = "",
expanded = FALSE, reshape = TRUE, tz = "")
expanded = TRUE, reshape = FALSE, tz = "")
}
\arguments{
\item{siteNumber}{character of USGS site numbers. This is usually an 8 digit number}
......@@ -15,7 +15,7 @@ readNWISqw(siteNumber, pCodes, startDate = "", endDate = "",
\item{endDate}{character ending date for data retrieval in the form YYYY-MM-DD.}
\item{expanded}{logical defaults to FALSE. If TRUE, retrieves additional information. Expanded data includes
\item{expanded}{logical defaults to TRUE. If TRUE, 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).}
......
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