Description Usage Arguments Value Examples
View source: R/general_summary_tool.R
get each summary about target numeric data of arbitrary col by each group.
1 | get_summary_by_group(df, target_col_name, group_col_name)
|
df |
data.frame |
target_col_name |
target col name(non-standard-eval) |
group_col_name |
which col as by group (non-standard-eval) |
data.frame
1 | get_summary_by_group(data.frame(g = rep(c(1,2),10), v = 1:20), v, g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.