% 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{ 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") }