View source: R/default_kable.R
default_kable | R Documentation |
default_kable(tab, font_size = NULL, scale_down = TRUE, row.names = FALSE, ...)
tab |
Number that should be formatted. |
font_size |
A numeric input for table font size. |
scale_down |
Is useful for super wide table. It will automatically adjust the table to page width. |
row.names |
Logical: whether to include row names. Default is FALSE. |
... |
Additional arguments to knitr::kable. |
The kabletable.
tab <- tibble::tibble(a = c(2, 3, 4), b = c(5, 6, 7)) default_kable(tab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.