powered by
Formats the output of print_numeric into a concise summary.
print_numeric
summary_numeric(x, ...)
A tibble with one row per numeric variable and the following columns:
Character specifying the variable name.
Character specifying the median and interquartile range.
Data frame, matrix, or vector containing numerical variables.
Additional arguments passed to print_numeric.
x <- data.frame(A = rnorm(100), B = rnorm(100)) summary_numeric(x) summary_numeric(x, digits = 2, width = 5)
Run the code above in your browser using DataLab