Newer
Older
% Generated by roxygen2 (4.0.2): do not edit by hand
}
\arguments{
\item{siteNumber}{string USGS site number.}
\item{service}{vector string. Options are "uv", "dv", "qw"}
}
\value{
retval dataframe with all information found in the expanded site file
}
\description{
Imports a table of available parameters, period of record, and count.
}
\examples{
uvData <- whatNWISdata('05114000',service="uv")
uvDataMulti <- whatNWISdata(c('05114000','09423350'),service="uv")
}
\keyword{USGS}
\keyword{data}
\keyword{import}
\keyword{service}
\keyword{web}