Description Usage Arguments Value Author(s) See Also Examples
Custom summaries of numeric data in a provided data frame
1  | data_summary(x, na.rm = TRUE)
 | 
x | 
 A data.frame containing at least one numeric column  | 
na.rm | 
 A logical indicating whether missing values should be removed  | 
This function returns a data.frame including columns:
ID
min
median
sd
max
Pushpinder Kaur Chouhan <p.chouhan@ulster.ac.uk>
summary
1 2 3 4 5  | data_summary(iris)
data_summary(airquality, na.rm = FALSE)
#'
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.