| clin_table_align | R Documentation |
flextable centres a table on the page. Regulatory outputs are usually
flush left, and a narrow table sometimes wants to be centred deliberately.
The choice is recorded on the clintable and applied when the table renders,
after the default styling function has run, so it holds even when an
organisation's own clinify_table_default() rebuilds the table properties.
clin_table_align(x, align)
x |
A clintable object |
align |
One of "left", "center", or "right" |
This is only about where the table sits across the page. How wide it is, and
how that width is divided between the columns, is clin_col_widths().
A clintable object
clintable(mtcars) |>
clin_table_align("left")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.