sew.knitxl_output_text | R Documentation |
knitr::sew()
generic to write text, vectors and data table to the
output .xlsx file.These functions are called within knitr::knit()
to write either text
vector or a table into the output .xlsx file produced by knitxl()
.
## S3 method for class 'knitxl_output_text'
sew(x, options, ...)
## S3 method for class 'knitxl_output_vector'
sew(x, options, ...)
## S3 method for class 'knitxl_output_data_frame'
sew(x, options, ...)
x |
Output from evaluate::evaluate(). |
options |
A list of chunk options used to control output. |
... |
Other arguments to pass to methods. |
Invisibly returns NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.