sew | R Documentation |
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(), ...)
x |
Output from |
options |
A list of chunk options used to control output. |
... |
Other arguments to pass to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.