compileKnitr: Compiles a Knitr file

compileKnitrR Documentation

Compiles a Knitr file

Description

Compiles a Knitr file.

Usage

## Default S3 method:
compileKnitr(filename, path=NULL, ..., outPath=".", postprocess=TRUE, verbose=FALSE)

Arguments

filename, path

The filename and (optional) path of the document to be compiled.

...

Additional arguments passed to compileLaTeX().

outPath

The output and working directory.

postprocess

If TRUE, and a postprocessing method exists for the generated product, it is postprocessed as well.

verbose

See Verbose.

Value

Returns the pathname of the generated document.

Author(s)

Henrik Bengtsson

See Also

Internally, knit is used.


R.rsp documentation built on June 28, 2022, 1:05 a.m.