h u x
table


CRAN Status Badge Travis-CI Build Status CRAN Downloads Per Month Coverage Status

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

Installing

To install from CRAN:

install.packages('huxtable')

To install from github:

install.packages('devtools')
devtools::install_github('hughjonesd/huxtable')

Learning more

Check out the website, or read the vignette in HTML or PDF.