t1kable {table1}R Documentation

Convert a table1 object to kabelExtra.

Description

Convert a table1 object to kabelExtra.

Usage

t1kable(x, booktabs = TRUE, ..., format)

Arguments

x

An object returned by table1.

booktabs

Passed to kbl (default TRUE).

...

Other options passed to kbl.

format

Passed to kbl (optional).

Value

A kabelExtra object.

Note

The kableExtra package needs to be installed for this to work.


[Package table1 version 1.4.3 Index]