View source: R/ds-auto-summary.R
ds_auto_summary_stats | R Documentation |
Generate summary statistics & frequency table for all continuous variables in data.
ds_auto_summary_stats(data, ...)
data |
A |
... |
Column(s) in |
# all columns
ds_auto_summary_stats(mtcarz)
# multiple columns
ds_auto_summary_stats(mtcarz, disp, hp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.