This function is mainly for internal use: it is called on each part of the output of the code chunk (code, messages, text output, and plots, etc.) after all statements in the code chunk have been evaluated, and will sew these pieces of output together into a character vector.
sew(x, options = list(), ...)
Output from evaluate::evaluate()
.
A list of chunk options used to control output.
Other arguments to pass to methods.