View source: R/df_to_flextable.R
df_to_flextable | R Documentation |
Transfrom dataframe into flextable object
df_to_flextable(tbl, data, vars_tbl, indent = TRUE)
tbl |
dataframe containing table data |
data |
original data which was used to generate the table |
vars_tbl |
variables used to generate the table |
indent |
logical indicating whether factor levels should be indented. Default is true |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.