Print a huxtable within knitr
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
(including Typst documents when using the typst
package) and
prints itself out appropriately. You can override the output format by setting
options("huxtable.knitr_output_format")
.
See also
Other knit_print:
knit_print.data.frame()