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

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 knitr::kable.

Value

No return value, called for side effects.

Examples

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

## End(Not run)

wrappedtools documentation built on Oct. 10, 2024, 5:07 p.m.