huxtable-package {huxtable}R Documentation

Huxtable: simply create LaTeX and HTML tables

Description

Huxtable is a package for creating HTML and LaTeX tables. It provides similar functionality to xtable, with a simpler interface.

Details

To create a huxtable object, use huxtable() or as_huxtable().

For more information, see the website or read the vignette with vignette('huxtable').

Package options

For example, to center-align Date objects you could set "huxtable.autoformat_align" to something like list(..., Date = "center", ...).


[Package huxtable version 4.0.0 Index]