Description Usage Arguments Value
Prepare reported chemistry values Groups the data according the the block specified in the water quality standards (WQS) table. Splits the data by the statistics column in the WQS's table. Aregates the split data by group and applies the specified statistic.
1 2 3 4 5 6 7 8 | split_eval_stat(
.data,
.block_col,
.value_col,
.statistic_col,
.group_col,
.new_value_col
)
|
.data |
a data frame |
.block_col |
aa character string representing the name of a column in
|
.value_col |
a character string representing the name of a column in
|
.statistic_col |
a character string representing the name of a column
in |
.group_col |
a character string representing the name of the column in .data containing a value to group .data. |
.new_value_col |
a character string representing the name of aggregated value. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.