Huxtable is a package for creating HTML and LaTeX tables. It provides similar functionality to xtable, with a simpler interface.
options('huxtable.print') sets the print method for huxtable objects. See print.huxtable.
options('huxtable.color_screen'). If TRUE and package crayon is available, huxtables
will be printed in color on screen.
To create a huxtable object, use huxtable or as_huxtable.
For more information, see the website or
read the vignette with vignette('huxtable').