Learn R Programming

descriptr (version 0.3.0)

ds_multi_stats: Multiple Variable Statistics

Description

Summary/descriptive statistics for multiple variables

Usage

ds_multi_stats(x, ...)

Arguments

x

a tibble/data.frame

...

columns in x

Value

a tibble

Deprecated Function

multistats() has been deprecated. Instead use ds_multi_stats()

Examples

Run this code
# NOT RUN {
ds_multi_stats(mtcars, mpg, disp, hp)
# }

Run the code above in your browser using DataLab