View source: R/basefunctions.R
print_kable | R Documentation |
package flextable is a more powerful alternative
print_kable
formats and prints tibbles/df's in markdown with splitting
into sub-tables with repeated caption and header.
print_kable(t, nrows = 30, caption = "", ncols = 100, ...)
t |
table to print. |
nrows |
number of rows (30) before splitting. |
caption |
header. |
ncols |
number of columns (100) before splitting. |
... |
Further arguments passed to knitr::kable. |
No return value, called for side effects.
## Not run:
print_kable(mtcars, caption = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.