Description Usage Arguments Examples
Render a dt object in a word document
1 | dt_to_flextable(x, title = NULL, font_size = NULL)
|
x |
A dt object returned by the |
title |
A title as charcters for the table. |
font_size |
A numeric value to set the font size. |
1 2 | dt_create(data, group = treatment, stat_num = "mean") %>%
dt_to_flextable(title = "Compare treated and untreated individuals")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.