kast_on: Set the knitr hook.

Description Usage Arguments Value Note

Description

Set the knitr hook.

Usage

1
kast_on(name = "literal", templates = TRUE, include_styles = TRUE)

Arguments

name

Name string to use for chunk option, option template and .opt prefixes.

templates

If TRUE option templates will be enabled.

include_styles

include supported styling files after body.

Value

invisible TRUE on success.

Note

templates provided include:
"name" eval=FALSE, echo=FALSE
"name-eval" echo=FALSE
"name-reuse" eval=FALSE, echo=FALSE, literal.opts=list(empty=TRUE)
"name-quote" echo=FALSE, results="asis", indent="> "


Thell/knitLiteral documentation built on May 9, 2019, 4:28 p.m.