Use station id to find the rating table for stage to flow used by CDEC.

cdec_rt(station_id)

Arguments

station_id

three letter CDEC station id

Value

dataframe of rating table, with stage (feet) and flow (cfs) as columns

Examples

if (FALSE) {
cdec_rt("abj") # get the stage to rating curve for ABJ
}