Description Usage Arguments Value Author(s) See Also Examples
Generate specific summaries of numeric columns in a data frame
1 | data_summary(x, na.rm = TRUE)
|
x |
A data frame. Non-numeric columns will be removed |
na.rm |
A logical indicating whether missing values should be removed |
This function returns a data.frame
including columns:
ID
min
median
sd
max
Jean-Michel Bodart jean-michel.bodart@businessdecision.com
summary
1 2 3 4 5 6 | data_summary(iris)
data_summary(airquality, na.rm = FALSE)
## Not run:
data_summary(airquality, na.rm = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.