Description Usage Arguments Value
Assign the appropriate Waterbody Category based on the provided assessment.
1 2 3 4 5 6 7 | assign_wb_category(
.data,
.assess_col,
.wb_colname,
.seg_id_col,
.param_eval_col
)
|
.data |
a data frame. |
.assess_col |
a character string of a column name within .data that specifies the waterbody segment assessment. |
.wb_colname |
a character string that will be used to name the column that the waterbody category will be stored within. |
.seg_id_col |
a character string representing the column name within .data that represents the waterbody segment ID. |
.param_eval_col |
a character string representing the column name within .data that represents summary evaluation of each parameter used to inform an assessment. |
A data frame containing the waterbody categories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.