pandoc_citeproc_bin {pandoc} | R Documentation |
Get path to the pandoc-citeproc binary.
Description
This function will return the path to pandoc-citeproc
if available. It will
only work with version
of Pandoc installed by this package.
Usage
pandoc_citeproc_bin(version = "default")
Arguments
version |
Version to use. Default will be the
|
Value
the path to pandoc-citeproc
binary if it exists. Since Pandoc 2.11,
the citeproc filter has been included into Pandoc itself and is no more
shipped as a binary filter.
Examples
# Look into current active version
pandoc_citeproc_bin()
# Look into a specific version
pandoc_citeproc_bin("2.9.2")
[Package pandoc version 0.2.0 Index]