Skip to contents

Create a table

Initialize a data frame as a tblr table object.

tblr()
Create a tblr table object

Style columns

Set per-column properties and spanning headers.

set_colspec()
Set column specifications
set_column_labels()
Set column labels
set_column_spanner()
Set column spanners

Style the table

Themes and presets controlling the overall appearance.

set_theme()
Set theme options

Low-level LaTeX interface

Direct access to tabularray’s inner and outer specifications.

set_interface()
Set table interface
set_options()
Set table options
set_source_notes()
Add source notes

Render

Produce LaTeX markup from a tblr object.

tblr_as_latex()
Output a tblr object as LaTeX
print(<tblr>)
Print a tblr table object