Description Usage Arguments Value
Summarizes columns of data
using FUNS
and can be grouped by group_by
.
1 | summarize_data_(data, columns, FUNS, group_by = NULL)
|
data |
A data.frame. |
columns |
The columns of |
FUNS |
A named vector of summary functions |
group_by |
A vector of the same length as the number of rows in data, which is used for grouping. |
A data.frame
that contains summary statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.