Description Usage Arguments Examples
If the top row of a header column is blank,
you may experience printing issues when using knitr
::kable
1 2 3 |
x |
|
label |
string vector including text to appear above the label column |
est |
string vector including text to appear above the estimate/coefficient column |
ci |
string vector including text to appear above the confidence interval column |
pvalue |
string vector including text to appear above the p-value column |
... |
further arguments passed to or from other methods |
1 2 3 | lm(hp ~ mpg + factor(cyl), mtcars) %>%
fmt_regression() %>%
modify_header(label = "Characteristic")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.