makeColNames | R Documentation |
Creates valid, unique column names for water-quality constituents.
makeColNames(params, name, short)
params |
the parameter codes. |
name |
the long-name of the parameter code. |
short |
the short name of the parameter code. |
The arguments name
and short
are expected to be columns
retreived by those arguments in the function pcodeNWISqw
.
A data frame containing the columns parm_cd
and
col_name
.
This function is a support function designed to be called within other functions.
pcodeNWISqw
, pcodeColData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.