sp_get_fivenumsum: Calculate a 5 number summary (for all types of variables)

Description Usage Arguments Value Examples

View source: R/sp_get_fivenumsum.R

Description

Calculate a 5 number summary (for all types of variables)

Usage

1
sp_get_fivenumsum(var, character_truncate_length = 60)

Arguments

var

The variable to be summarized

character_truncate_length

the length of output character summaries (for )

Value

The min, max, median, and 25th and 75th percentiles

Examples

1
summary_vector <- sp_get_fivenumsum(mtcars$mpg)

smithjd/sqlpetr documentation built on Feb. 29, 2020, 8:15 p.m.