R.rsp (version 0.9.24)

compileAsciiDocNoweb: Compiles an AsciiDoc noweb file

Description

Compiles an AsciiDoc noweb file.

Usage

## S3 method for class 'default':
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 (invisibly) the pathname of the generated document.