powered by
ufs
Wrapper for kableExtra for consistent ufs table styling
kblXtra( x, digits = 2, format = "html", escape = FALSE, print = TRUE, viewer = FALSE, table.attr = "style='border:0px solid black !important;'", ... )
The dataframe to print
Defaults that are passed to knitr::kable()
knitr::kable()
Wther to print the table
Whether to show the table in the viewer
Additional arguments are passed to knitr::kable()
The table, invisibly.
# NOT RUN { kblXtra(mtcars); # }
Run the code above in your browser using DataLab