View source: R/ds-auto-summary.R
ds_auto_group_summary | R Documentation |
Generate summary statistics for all continuous variables in data.
ds_auto_group_summary(data, ...)
data |
A |
... |
Column(s) in |
# summary statistics of mpg & disp for each level of cyl & gear
ds_auto_group_summary(mtcarz, cyl, gear, mpg, disp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.