Last chance! 50% off unlimited learning
Sale ends in
powered by
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
print_kable(t, nrows = 30, caption = "", ncols = 100, ...)
No return value, called for side effects.
table to print.
number of rows (30) before splitting.
header.
number of columns (100) before splitting.
Further arguments passed to knitr::kable.
if (FALSE) { print_kable(mtcars, caption = "test") }
Run the code above in your browser using DataLab