do_column_summary | R Documentation |
Collapses rows of data frame by specified function and adds as list entry
do_column_summary(data_, FUN = sum, name, modify, ignore, input, output)
data_ |
data |
FUN |
function to combine groups with (default sum) |
name |
(optional) name of new column |
modify |
(optional) character vector of columns to modify |
ignore |
(optional) character vector of columns to ignore |
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.