View source: R/nice_descriptives.R
nice_descriptives | R Documentation |
Table with descriptive statistics
nice_descriptives(
data,
round = NULL,
auto_labels = FALSE,
title = "Descriptive statistics",
footnote = NULL,
file = NULL
)
data |
A data frame |
round |
Digits for round function |
auto_labels |
If TRUE, variable names are taken from a label attribute. |
A data frame with descriptive statistics
nice_descriptives(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.