Skip to content
Snippets Groups Projects
readNWISrating.Rd 548 B
Newer Older
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{readNWISrating}
\alias{readNWISrating}
\title{Reads the current rating table for an active USGS streamgage.}
\usage{
Laura A DeCicco's avatar
Laura A DeCicco committed
readNWISrating(siteNumber, type = "base")
}
\arguments{
\item{siteNumber}{string USGS site number.  This is usually an 8 digit number}

\item{type}{string can be "base", "corr", or "exsa"}
}
\description{
Reads the current rating table for an active USGS streamgage.
}
\examples{
siteNumber <- '01594440'
data <- readNWISrating(siteNumber, "base")
attr(data, "RATING")