| ds_tidy_stats {descriptr} | R Documentation |
Descriptive statistics for multiple variables.
ds_tidy_stats(data, ...)
data |
A |
... |
Columns in |
A tibble.
ds_multi_stats() have been deprecated. Instead use ds_tidy_stats().
ds_tidy_stats(mtcarz) ds_tidy_stats(mtcarz, mpg, disp, hp)