View source: R/0_data_handling.R
do_row_summary | R Documentation |
Collapses rows of data frame by specified function and adds as list entry
do_row_summary(data_, FUN = mean, by = "All", input, output)
data_ |
data |
FUN |
function to combine groups |
by |
column specifying the groups |
input |
name of input data frame |
new.name |
name of output data frame (defaults to input data name) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.