knit_print.Rd
The S3 generic function knit_print is the default printing function in knitr.
The chunk option render uses this function by default. The main purpose of this
S3 generic function is to customize printing of R objects in code chunks. We
can fall back to the normal printing behavior by setting the chunk
option render = normal_print
. See knit_print
for details.