Last data update: 2014.03.03

R: Compiles an AsciiDoc noweb file
compileAsciiDocNowebR Documentation

Compiles an AsciiDoc noweb file

Description

Compiles an AsciiDoc noweb file.

Usage

## Default S3 method:
compileAsciiDocNoweb(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 Asciidoc.

outPath

The output and working directory.

verbose

See Verbose.

Value

Returns the pathname of the generated document.

Author(s)

Henrik Bengtsson

Results