View source: R/utility_functions.r
create_values | R Documentation |
This function takes in a vector (numeric or character) and outputs nicely formatted test values.
create_values(x, .quantile = c(0.975, 0.025), .places = 2)
x |
A numeric vector. |
.quantile |
The high and low quantiles for a numeric vector. |
.places |
The number of places to round a numeric vector to. |
For a numeric vector this function return high and low values. For a character vector this returns unique values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.