compileAsciiDoc: Compiles an AsciiDoc file

compileAsciiDocR Documentation

Compiles an AsciiDoc file

Description

Compiles an AsciiDoc file.

Usage

## Default S3 method:
compileAsciiDoc(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 executable ascii (which must be on the system search path) called via system2().

outPath

The output and working directory.

postprocess

Should the generated document be post processed or not?

verbose

See Verbose.

Value

Returns the pathname of the generated document.

Author(s)

Henrik Bengtsson


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