R.rsp (version 0.46.0)

compileAsciiDocNoweb: Compiles an AsciiDoc noweb file

Description

Compiles an AsciiDoc noweb file.

Usage

# S3 method for default
compileAsciiDocNoweb(filename, path=NULL, ..., outPath=".", postprocess=TRUE,
  verbose=FALSE)

Value

Returns the pathname of the generated document.

Arguments

filename, path

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

...

Additional arguments passed to Asciidoc() of the ascii package.

outPath

The output and working directory.

verbose

See Verbose.

Author

Henrik Bengtsson