Called automatically by render_chunk.

render_html_chunk(x, options, inline = FALSE, ...)

Arguments

x

Character. Chunk output.

options

List. Options as passed from knitr.

inline

Logical. As passed from knitr. Is the result inline?

...

Other parameters passed from knitr.

Value

knitr object for printing.

Details

Currently called when printing an htmlwidget or knitr_kable. Function is provided here for fine-grained control as needed.

Examples

# NOT RUN {
# In knitr chunk options:
```{r render=surprisinglytidy::render_html_chunk}
# some code here
```
# }