kblXtra {ufs} | R Documentation |
ufs
table stylingWrapper for kableExtra for consistent ufs
table styling
kblXtra( x, digits = 2, format = "html", escape = FALSE, print = TRUE, viewer = FALSE, kable_classic = FALSE, lightable_options = "striped", html_font = "\"Arial Narrow\", \"Source Sans Pro\", sans-serif", full_width = TRUE, table.attr = "style='border:0px solid black !important;'", ... )
x |
The dataframe to print |
digits, format, escape, table.attr, lightable_options, html_font, full_width |
Defaults
that are passed to |
print |
Wther to print the table |
viewer |
Whether to show the table in the viewer |
kable_classic |
Whether to call |
... |
Additional arguments are passed to |
The table, invisibly.
kblXtra(mtcars);