findPandoc: Locates the pandoc executable

findPandocR 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 TRUE, an exception is thrown if the executable could not be located.

...

Not used.

verbose

See Verbose.

Details

The executable is searched for as follows:

  1. Sys.which("pandoc")

Value

Returns the pathname to the executable, or NULL if not found.

Author(s)

Henrik Bengtsson


HenrikBengtsson/R.rsp documentation built on Feb. 20, 2024, 9:03 p.m.