When used in a loop, runs output anything
because knit_print method is not called. In that situation,
use the function to force printing. Also you should tell the chunk
to use results 'as-is' (by adding results='asis' to your chunk header).
Usage
knit_print_run(x, ...)
Arguments
x
a run object, result of a run function from officer package