Description Usage Arguments Value
View source: R/basefunctions.R
print_kable
formats and prints tibbles/df's in markdown with splitting
into sub-tables with repeated caption and header.
1 | 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 kable. |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.