powered by
Descriptive statistics for multiple variables.
ds_tidy_stats(data, ...)
A tibble or a data.frame.
tibble
data.frame
Columns in x.
x
A tibble.
ds_multi_stats() have been deprecated. Instead use ds_tidy_stats().
ds_multi_stats()
ds_tidy_stats()
# NOT RUN { ds_tidy_stats(mtcarz) ds_tidy_stats(mtcarz, mpg, disp, hp) # }
Run the code above in your browser using DataLab