Description Usage Arguments Value
Allows for easy formatting of summary statistics table. Treatment group counts are added to the column names, duplicated categorical variable names and p-values are removed, and p-values are rounded.
1 2 3 4 5 6 7 | format_tbl(
obj,
add_Ns = TRUE,
remove_duplicates = TRUE,
remove_false = TRUE,
p_val_digits = 3L
)
|
obj |
< |
add_Ns |
< |
remove_duplicates |
< |
remove_false |
< |
p_val_digits |
< |
<tbl_df
> Formatted tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.