Show statistics for all the columns of a data frame group by the group_var
1 2 3 4 5 6 7 8 | show_stats_by_group(
df,
group_var,
digits = 3,
use_percent = F,
max_levels = 6,
dropna = F
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.