Description Usage Arguments Details Value Examples
Called automatically by render_chunk
.
1 | render_html_chunk(x, options, inline = FALSE, ...)
|
x |
Character. Chunk output. |
options |
List. Options as passed from |
inline |
Logical. As passed from |
... |
Other parameters passed from |
Currently called when printing an htmlwidget
or knitr_kable
.
Function is provided here for fine-grained control as needed.
knitr
object for printing.
1 2 3 4 5 6 7 | ## Not run:
# In knitr chunk options:
```{r render=surprisinglytidy::render_html_chunk}
# some code here
```
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.