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

View source: R/basefunctions.R

print_kableR Documentation

Enhanced kable with definable number of rows/columns for splitting

Description

[Superseded]

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.

Details

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.

Value

No return value, called for side effects.

Examples

## Not run: 
print_kable(mtcars, caption = "test")

## End(Not run)

wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.