Summarize a univariate vector
summarize_vec(x, round_out = TRUE, digits = NULL) summarise_vec(x, round_out = TRUE, digits = NULL)
x | the vector to be summarized |
---|---|
round_out |
|
digits |
|
vector
with entries corresponding to the mininum, maximum,
median, mean, standard deviation, and count of the observations, times,
or effort, rounded based on round_out
and digits
.