Compiles an AsciiDoc noweb file.
# S3 method for default
compileAsciiDocNoweb(filename, path=NULL, ..., outPath=".", postprocess=TRUE,
verbose=FALSE)
Returns the pathname of the generated document.
The filename and (optional) path of the document to be compiled.
Additional arguments passed to Asciidoc()
of the
ascii package.
The output and working directory.
See Verbose
.
Henrik Bengtsson