knit_print.huxtable: Print a huxtable within knitr
Description
Print a huxtable within knitr
Usage
# S3 method for huxtable
knit_print(x, options, ...)
Details
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.