compileAsciiDoc | R Documentation |
Compiles an AsciiDoc file.
## Default S3 method:
compileAsciiDoc(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 executable |
outPath |
The output and working directory. |
postprocess |
Should the generated document be post processed or not? |
verbose |
See |
Returns the pathname of the generated document.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.