View source: R/extra-rmarkdown.R
eng_sketch | R Documentation |
This supports the use of 'sketch' code chunk in an R Markdown document.
eng_sketch(options)
options |
A list of chunk options. |
# The following line makes `sketch::eng_sketch` available to `knitr::knit_engines`.
# It is usually used in the 'setup' code chunk of an R Markdown document
knitr::knit_engines$set(sketch = sketch::eng_sketch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.