five_number_summary {tidybins} | R Documentation |
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
iris$Petal.Width %>%
five_number_summary()
[Package tidybins version 0.1.1 Index]