View source: R/ds-multistats.R
ds_tidy_stats | 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()
.
# all columns
ds_tidy_stats(mtcarz)
# multiple columns
ds_tidy_stats(mtcarz, mpg, disp, hp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.