powered by
Summarize a numeric vector with min, max, mean, sd, median, IQR, n and missings.
cross_summary(x, dig = 1, ...)
a list of named functions
a numeric vector
number of digits
params to pass on to format_fixed(): zero_digits and only_round
format_fixed()
zero_digits
only_round
Dan Chaltiel, David Hajage
cross_summary(iris$Sepal.Length) cross_summary(iris$Petal.Width, dig=3) cross_summary(mtcars2$hp_date) cross_summary(mtcars2$qsec_posix, date_format="%d/%m %H:%M")
Run the code above in your browser using DataLab