Learn R Programming

descriptr (version 0.5.2)

ds_tidy_stats: Tidy descriptive statistics

Description

Descriptive statistics for multiple variables.

Usage

ds_tidy_stats(data, ...)

Arguments

data

A tibble or a data.frame.

...

Columns in x.

Value

A tibble.

Deprecated Functions

ds_multi_stats() have been deprecated. Instead use ds_tidy_stats().

Examples

Run this code
# NOT RUN {
ds_tidy_stats(mtcarz)
ds_tidy_stats(mtcarz, mpg, disp, hp)

# }

Run the code above in your browser using DataLab