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.