render_asis_chunk.Rd
Called automatically by render_chunk
.
render_asis_chunk(x, options, inline = FALSE, ...)
x | Character. Chunk output. |
---|---|
options | List. Options as passed from |
inline | Logical. As passed from |
... | Other parameters passed from |
knitr
object for printing.
Currently called only when results
is set to "asis",
and even then render_html_chunk
is used to print a knitr_kable
.
Function is provided here for fine-grained control as needed.
# NOT RUN { # In knitr chunk options: ```{r render=surprisinglytidy::render_asis_chunk} # some code here ``` # }