Print a huxtable within knitr

knit_print.huxtable(x, options, ...)

Arguments

x

A huxtable.

options

Not used.

...

Not used.

Details

knitr calls knitr::knit_print() on objects when they are printed in a knitr (or RMarkdown) document. The method for huxtable objects guesses the appropriate output format and prints itself out appropriately. You can override the output format by setting options("huxtable.knitr_output_format").

See also