knit_print.huxtable | R Documentation |
Print a huxtable within knitr
knit_print.huxtable(x, options, ...)
x |
A huxtable. |
options |
Not used. |
... |
Not used. |
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")
.
huxtable-options
Other knit_print:
knit_print.data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.