print_kable {wrappedtools} | R Documentation |
Enhanced kable with definable number of rows and/or columns for splitting
Description
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.
Usage
print_kable(t, nrows = 30, caption = "", ncols = 100, ...)
Arguments
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. |
Value
No return value, called for side effects.
Examples
## Not run:
print_kable(mtcars, caption = "test")
## End(Not run)
[Package wrappedtools version 0.9.5 Index]