Description Usage Arguments Value
View source: R/summary_stats.R
Summarize a univariate vector
1 2 3 | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.