View source: R/f_word_tbl_eshpm.R
f_word_tbl_eshpm | R Documentation |
A wrapper function for flextable related functions
f_word_tbl_eshpm(
df,
cpt = "",
tb_lbl = knitr::opts_current$get()$label,
col_names = NULL,
f_format_dbl = TRUE,
f_digi = 2,
flex_layout = "autofit"
)
df |
A data.frame of tibble |
cpt |
The table caption. |
tb_lbl |
A table label used for bookdown documents. Default is the chunk label. If no chunk label provided add own here. |
col_names |
New column names. If left empty (NULL) names will be taken from |
f_format_dbl |
If TRUE (default) numbers in table will be formatted. |
f_digi |
Number of digits when |
flex_layout |
Used for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.