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