compileAsciiDocNoweb {R.rsp} | R Documentation |
Compiles an AsciiDoc noweb file.
NOTE: This function requires the ascii package, which was "removed" (archived) from CRAN on 2019-01-26.
## Default S3 method: compileAsciiDocNoweb(filename, path=NULL, ..., outPath=".", postprocess=TRUE, verbose=FALSE)
filename, path |
The filename and (optional) path of the document to be compiled. |
... |
Additional arguments passed to |
outPath |
The output and working directory. |
verbose |
See |
Returns the pathname of the generated document.
Henrik Bengtsson