Learn R Programming

sketch (version 1.1.20.3)

eng_sketch: 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

Run this code
# 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)

Run the code above in your browser using DataLab