| print_list | R Documentation |
Print user-provided attribute-value pairs in a clean table format.
print_list(
...,
exclude_colnames = TRUE,
align = c("l", "l"),
full_width = FALSE,
position = "left",
htmltable_class = "lightable-minimal"
)
... |
Named list to print. |
exclude_colnames |
Include "Attribute" and "Value" names?, Default: TRUE |
align |
Column alignment: a character vector consisting of |
full_width |
A |
position |
This is the "real" or say floating position for the latex
table environment. The |
htmltable_class |
Options to use the in-house lightable themes.
Choices include |
list2,parse_expr
kbl,kable_styling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.