Description Usage Arguments Value
View source: R/summarize_variable.R
If the column is numeric or a date this function will return the min, Q1, median (Q2), Q3, max, mean, sd (only for numeric and interger), and count of missing data. If data type is of character or factor, a count of the character will be returned alonged with p (percent of column, or group if dplyr::group_by()
is passed) and a formatted p for a clean presentation in plots and/or tables.
1 | summarize_variable(.data, .col, round = TRUE)
|
.data |
A tbl. |
.col |
A numeric column that will be summarized |
round |
A logical. If |
A summarized tbl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.