This function transform regression table made by regtab
into
some output formats like pdf, HTML, MSWord, etc,
using knitr::kable
and flextable::flextable
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
a data.frame or tibble object |
colnames |
a list of column names including "old one" = "new one" |
caption |
strings of table caption |
header_rows |
a list of vector like |
align |
strings of table align.
The left-aligned, center-aligned, and right-aligned columns
are |
indent |
a list of numeric vector |
packing |
a list of indent with subcaption
like |
footnote |
strings of table footnote |
fontsize |
numeric of font size of table. Default is |
digits |
numeric of digits of table. Default is |
outpkg |
which packages( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.