Skip to content
Snippets Groups Projects
readNWISpeak.Rd 580 B
Newer Older
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{readNWISpeak}
\alias{readNWISpeak}
\title{Reads peak flow data from NWISweb.}
\usage{
Laura A DeCicco's avatar
Laura A DeCicco committed
readNWISpeak(siteNumber, startDate = "", endDate = "")
}
\arguments{
\item{siteNumber}{string USGS site number.  This is usually an 8 digit number}

\item{startDate}{string starting date for data retrieval in the form YYYY-MM-DD.}

\item{endDate}{string ending date for data retrieval in the form YYYY-MM-DD.}
}
\description{
Reads peak flow data from NWISweb.
}
\examples{
siteNumber <- '01594440'
Laura A DeCicco's avatar
Laura A DeCicco committed
data <- readNWISpeak(siteNumber)