Retrieve path and version of Pandoc found on the system PATH
Source:R/pandoc-bin.R
system_pandoc.Rd
Pandoc can also be installed on a system and available through the PATH. Theses function are helper to easily use this specific version.
Value
pandoc_system_version()
returns the version number for pandoc
binary found in PATH as a base::numeric_version()
object.
pandoc_system_bin()
returns absolute path to the pandoc
binary found in PATH.