findAsciiDoc {R.rsp} | R Documentation |
Locates the asciidoc executable on the current system.
## Default S3 method: findAsciiDoc(mustExist=TRUE, ..., verbose=FALSE)
mustExist |
If |
... |
Not used. |
verbose |
See |
The 'asciidoc' executable is searched for as follows:
Sys.which("asciidoc")
Returns the pathname to the executable, or NULL
if not found.
Henrik Bengtsson