findAsciiDoc: Locates the asciidoc executable

findAsciiDocR Documentation

Locates the asciidoc executable

Description

Locates the asciidoc executable on the current system.

Usage

## Default S3 method:
findAsciiDoc(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 'asciidoc' executable is searched for as follows:

  1. Sys.which("asciidoc")

Value

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

Author(s)

Henrik Bengtsson


R.rsp documentation built on June 28, 2022, 1:05 a.m.