render_bootstrap_table | R Documentation |
knitr::kable()
and kableExtra::kable_styling()
.Render a dataframe-like object using knitr::kable()
and kableExtra::kable_styling()
.
render_bootstrap_table(
df,
bootstrap_options = c("striped", "hover", "condensed"),
full_width = TRUE,
position = "center",
row.names = TRUE,
...
)
df |
A dataframe-like object. |
bootstrap_options , full_width , position |
Passed to |
row.names |
Passed to |
... |
Passed to |
An object of class kableExtra
and knitr_kable
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.