⚠️There's a newer version (5.5.6) of this package. Take me there.

Huxtable is an R package for creating HTML and LaTeX tables. It provides similar functionality to xtable, but does more, with a simpler interface. Features include control over text styling, number format, background color, borders, padding and alignment. Cells can span multiple rows and/or columns. Tables can be manipulated with standard R subsetting or dplyr functions. Huxtable includes a huxreg() function for quick creation of regression tables, and allows output to Microsoft Word or Powerpoint using the officer package.

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, read the documentation or read the vignette in HTML or PDF.

Copy Link

Version

Down Chevron

Install

install.packages('huxtable')

Monthly Downloads

9,096

Version

1.2.0

License

MIT + file LICENSE

Last Published

December 17th, 2017

Functions in huxtable (1.2.0)