Description Usage Arguments Examples
Rather than simply printing the summary statistics, with the use of add_stat_label()
,
a column labeling the summary statistics is added.
1 | add_stat_label(x, iqr = TRUE)
|
x |
object with class |
iqr |
logical indicator whether 'q1, q2' and 'p25, p75' should
resolve to 'IQR'. Default is |
1 2 | mtcars %>% fmt_table1() %>% add_stat_label()
mtcars %>% fmt_table1(by = "am") %>% add_stat_label(iqr = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.