powered by
Reads the current rating table for an active USGS streamgage.
readNWISrating(siteNumber, type = "base")
string USGS site number. This is usually an 8 digit number
string can be "base", "corr", or "exsa"
# NOT RUN { siteNumber <- '01594440' data <- readNWISrating(siteNumber, "base") attr(data, "RATING") # }
Run the code above in your browser using DataLab