findPandoc.Rd
Locates the pandoc executable on the current system.
# S3 method for default
findPandoc(mustExist=TRUE, ..., verbose=FALSE)
Returns the pathname to the executable, or NULL
if not found.
The executable is searched for as follows:
Sys.which("pandoc")