print_kable: Enhanced kable with definable number of rows and/or columns...

View source: R/basefunctions.R

print_kableR Documentation

Description

[Superseded]

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)

wrappedtools documentation built on May 29, 2024, 4:02 a.m.