Learn R Programming

table1 (version 1.5.1)

t1kable: Convert a table1 object to kabelExtra.

Description

Convert a table1 object to kabelExtra.

Usage

t1kable(x, booktabs = TRUE, ..., format, align, bold.headers = TRUE)

Value

A kabelExtra object.

Arguments

x

An object returned by table1.

booktabs

Passed to kbl (default TRUE).

...

Other options passed to kbl.

format

Passed to kbl (optional).

align

Passed to kbl (optional). The default is to left align the labels (first column) and center everything else.

bold.headers

Should the column headers be bolded?