Skip to contents

return the full path of 'pandoc' executable if found.

Usage

pandoc_exec()

Value

executable full path in a character vector of length 1.

Examples

if(exec_available("pandoc"))
  message(pandoc_exec())
#> /usr/bin/pandoc