View source: R/formatting_functions.R
| format_xx | R Documentation |
Translate a string where x and dots are interpreted as number place holders, and others as formatting elements.
format_xx(str)
str |
( |
An rtables formatting function.
Other formatting functions:
extreme_format,
format_auto(),
format_count_fraction(),
format_count_fraction_fixed_dp(),
format_count_fraction_lt10(),
format_extreme_values(),
format_extreme_values_ci(),
format_fraction(),
format_fraction_fixed_dp(),
format_fraction_threshold(),
format_sigfig(),
formatting_functions
test <- list(c(1.658, 0.5761), c(1e1, 785.6))
z <- format_xx("xx (xx.x)")
sapply(test, z)
z <- format_xx("xx.x - xx.x")
sapply(test, z)
z <- format_xx("xx.x, incl. xx.x% NE")
sapply(test, z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.