eng_sketch: A language engine for 'sketch'

View source: R/extra-rmarkdown.R

eng_sketchR Documentation

A language engine for 'sketch'

Description

This supports the use of 'sketch' code chunk in an R Markdown document.

Usage

eng_sketch(options)

Arguments

options

A 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 document
knitr::knit_engines$set(sketch = sketch::eng_sketch)


sketch documentation built on May 29, 2024, 8:18 a.m.