ol_mean_min_max | R Documentation |
Round and format the mean, min, and max as a single character string
ol_mean_min_max(x, digits = 2, prespace = 0, showNA = "ifany", newline = TRUE)
x |
the numeric variable to summarize |
digits |
the number of digits to use in rounding |
prespace |
An integer indicating the number of spaces to include at the beginning of the string. Default: 0 |
showNA |
whether to print information about NAs. As with |
newline |
if TRUE, include a newline character |
a formatted character string with mean, min, and max
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.