View source: R/five_number_summary.R
five_number_summary | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.