Learn R Programming

tidybins (version 0.1.0)

five_number_summary: five number summary

Description

The five number summary of a numeric vector you would get from `summary` but returned with a tidy output.

Usage

five_number_summary(x)

Arguments

x

a numeric vector

Value

a tibble

Examples

Run this code
# NOT RUN {
iris$Petal.Width %>%
five_number_summary()
# }

Run the code above in your browser using DataLab