pandoc_bin {pandoc} | R Documentation |
Get path to the pandoc binary
Description
Get path to the pandoc binary
Usage
pandoc_bin(version = "default")
pandoc_bin_browse(version = "default")
Arguments
version |
Version to use. Default will be the
|
Details
pandoc_bin_browse()
allows to open in OS explorer the folder where
pandoc_bin()
is at, when in interactive mode only.
Value
Absolute path to the pandoc binary of the requested version.
Examples
pandoc_bin()
pandoc_bin("2.18")
pandoc_bin("nightly")
pandoc_bin("rstudio")
pandoc_bin("system")
pandoc_bin_browse("2.18")
[Package pandoc version 0.2.0 Index]