eng_sketcheng_sketchR DocumentationA language engine for 'sketch'#Description#This supports the use of 'sketch' code chunk in an R Markdown document.Usage#eng_sketch(options)CopyArguments#optionsA list of chunk options.Examples## 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 documentknitr::knit_engines$set(sketch = sketch::eng_sketch)Copy