pandoc_version {pandoc} | R Documentation |
Get Pandoc version
Description
This is calling pandoc --version
to retrieve the version of Pandoc used. A
special treatment is done for nightly version as Pandoc project does not
use a development version scheme between released versions. This function
will add a .9999
suffix to the version reported by Pandoc.
Usage
pandoc_version(version = "default")
Arguments
version |
Version to use. Default will be the
|
Value
The version number for pandoc
binary as a base::numeric_version()
object.
Examples
pandoc::pandoc_version()
pandoc::pandoc_version(version = "system")
[Package pandoc version 0.2.0 Index]