pretty_iqr: Pretty IQR

View source: R/pretty_iqr.R

pretty_iqrR Documentation

Pretty IQR

Description

Formatted character version of median, Q1, Q3

Usage

pretty_iqr(x, digits = 1, na.rm = TRUE)

Arguments

x

Numeric vector

digits

Digits to round to

na.rm

Remove NA values?

Author(s)

Sven Halvorson

Examples

pretty_iqr(mtcars$mpg)

svenhalvorson/SvenR documentation built on Aug. 25, 2023, 1:31 p.m.