cdec_rt.Rd
Use station id to find the rating table for stage to flow used by CDEC.
cdec_rt(station_id)
station_id | three letter CDEC station id |
---|
dataframe of rating table, with stage (feet) and flow (cfs) as columns
if (FALSE) { cdec_rt("abj") # get the stage to rating curve for ABJ }