Description Usage Arguments Value
View source: R/print_M0M1_flextable.R
This function receives data separated for M0 and M1 and prints the table as a kable if FLAG.flextable if FALSE or as a flextable object if FLAG.flextable is TRUE.
1 2 3 4 5 6 7 | print_M0M1_flextable(
tb,
column_recode = NA,
std_border = fp_border(color = "black", width = 1),
heavy_border = fp_border(color = "black", width = 2),
bg_colour = "lightgrey"
)
|
tb |
the data as a tibble |
column_recode |
optional named list for renaming columns |
std_border |
optional standard border definition for header |
heavy_border |
optional heavy border definition for header |
bg_colour |
optional background colour definition for header |
Table object to print
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.