After running a readNWISdv (or other readNWIS) the output dataframe includes a column that describes the values asked for (which can be renamed as Flow_cd using renameNWISColumns). For example, asking for daily mean discharge ("X_00060_00003") includes another column named "X_00060_00003_cd" with values such as "A", "A e", "P", or "P Eqp". I cannot find anything that explains what these flow codes mean. Does this exist or can it be made available?

After running a

readNWISdv(or otherreadNWIS) the output dataframe includes a column that describes the values asked for (which can be renamed as Flow_cd using renameNWISColumns). For example, asking for daily mean discharge ("X_00060_00003") includes another column named "X_00060_00003_cd" with values such as "A", "A e", "P", or "P Eqp". I cannot find anything that explains what these flow codes mean. Does this exist or can it be made available?