five_number_summary {tidybins} | R Documentation |
The five number summary of a numeric vector you would get from 'summary' but returned with a tidy output.
five_number_summary(x)
x |
a numeric vector |
a tibble
iris$Petal.Width %>%
five_number_summary()