| knit_print.huxtable {huxtable} | R Documentation |
Print a huxtable within knitr
## S3 method for class 'huxtable' knit_print(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 default method for huxtable objects guesses the appropriate output format and
prints itself out appropriately.
Other knit_print: knit_print.data.frame