tbl_kbl | R Documentation |
This function creates a kable table from a given data frame.
tbl_kbl(data)
data |
The data frame to be used for creating the kable table. |
This function uses the kableExtra package to create the kable table with the following specifications: lightable_options = "basic", latex_options = c("scale_down", "HOLD_position", "striped"), width of the first column is set to 8cm, rows are packed based on a table of the data's Test column, and the first row is set to bold. Additionally, a footnote is added at the end of the table.
A kable table in LaTeX format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.