findPandoc {R.rsp} | R Documentation |
Locates the pandoc executable
Description
Locates the pandoc executable on the current system.
Usage
## Default S3 method:
findPandoc(mustExist=TRUE, ..., verbose=FALSE)
Arguments
mustExist |
If |
... |
Not used. |
verbose |
See |
Details
The executable is searched for as follows:
-
Sys.which("pandoc")
Value
Returns the pathname to the executable, or NULL
if not found.
Author(s)
Henrik Bengtsson
[Package R.rsp version 0.45.0 Index]